diff --git a/portas/portas/tests/api/simple_test.py b/portas/portas/tests/api/simple_test.py index c8d86a51..836eed38 100644 --- a/portas/portas/tests/api/simple_test.py +++ b/portas/portas/tests/api/simple_test.py @@ -1,5 +1,5 @@ import unittest - +import portas.api.v1 as api class Test(unittest.TestCase): def test(self): diff --git a/python-portasclient/tests/test_sanity.py b/python-portasclient/tests/test_sanity.py index 87da75da..b3b37ea1 100644 --- a/python-portasclient/tests/test_sanity.py +++ b/python-portasclient/tests/test_sanity.py @@ -10,8 +10,8 @@ import portasclient.v1.environments as environments import portasclient.v1.services as services import portasclient.v1.sessions as sessions -import portasclient.shell as shell -import portasclient.common.http as http +#import portasclient.shell as shell +#import portasclient.common.http as http LOG = logging.getLogger('Unit tests')