diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests.py b/test/tests.py similarity index 97% rename from tests.py rename to test/tests.py index 55609af..2cef280 100644 --- a/tests.py +++ b/test/tests.py @@ -4,10 +4,10 @@ import json import time from novaclient.v1_1 import client -from credentials import get_nova_creds +from ..credentials import get_nova_creds from boto import ec2 -from ec2driver_config import * +from ..ec2driver_config import * class TestSpawn(unittest.TestCase):