Index: tests/patch_test.py |
diff --git a/tests/patch_test.py b/tests/patch_test.py |
index 3286f6bb29c57995aa01e82648c16eb3e4e3ffa3..d0885c16ff1defbe77330d918e6859d25360b3b3 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 depot_tools_testing_lib.patches_data import GIT, RAW |
+ |
import patch |
-from tests.patches_data import GIT, RAW |
class PatchTest(unittest.TestCase): |