fix package path and move files under doctor_tests
[doctor.git] / doctor_tests / installer / local.py
similarity index 96%
rename from tests/installer/local.py
rename to doctor_tests/installer/local.py
index dcdf41e..7d0ae54 100644 (file)
@@ -10,9 +10,9 @@ import os
 import shutil
 import subprocess
 
-from installer.base import BaseInstaller
-from common.utils import load_json_file
-from common.utils import write_json_file
+from doctor_tests.installer.base import BaseInstaller
+from doctor_tests.common.utils import load_json_file
+from doctor_tests.common.utils import write_json_file
 
 
 class LocalInstaller(BaseInstaller):