fix package path and move files under doctor_tests
[doctor.git] / doctor_tests / inspector / congress.py
similarity index 94%
rename from tests/inspector/congress.py
rename to doctor_tests/inspector/congress.py
index ae29585..c89a41b 100644 (file)
@@ -6,11 +6,11 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
-from identity_auth import get_identity_auth
-from identity_auth import get_session
-from os_clients import congress_client
+from doctor_tests.identity_auth import get_identity_auth
+from doctor_tests.identity_auth import get_session
+from doctor_tests.os_clients import congress_client
 
-from inspector.base import BaseInspector
+from doctor_tests.inspector.base import BaseInspector
 
 
 class CongressInspector(BaseInspector):