Index: tests/patch_test.py |
diff --git a/tests/patch_test.py b/tests/patch_test.py |
index 3286f6bb29c57995aa01e82648c16eb3e4e3ffa3..6cc82923502dd721041d1489de499198f022b8e6 100755 |
--- a/tests/patch_test.py |
+++ b/tests/patch_test.py |
@@ -13,8 +13,9 @@ import unittest |
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) |
+from testing_support.patches_data import GIT, RAW |
+ |
import patch |
-from tests.patches_data import GIT, RAW |
class PatchTest(unittest.TestCase): |