Index: tests/checkout_test.py |
diff --git a/tests/checkout_test.py b/tests/checkout_test.py |
index 5de734a0088ac597770c73ed804ce2cb77375d0e..939c0b7c48be912f5bed440d61bf69a5832807a9 100755 |
--- a/tests/checkout_test.py |
+++ b/tests/checkout_test.py |
@@ -16,11 +16,12 @@ from xml.etree import ElementTree |
ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) |
sys.path.insert(0, os.path.dirname(ROOT_DIR)) |
+from testing_support import fake_repos |
+from testing_support.patches_data import GIT, RAW |
+ |
import checkout |
import patch |
import subprocess2 |
-from tests import fake_repos |
-from tests.patches_data import GIT, RAW |
# pass -v to enable it. |