Index: tests/gclient_smoketest.py |
diff --git a/tests/gclient_smoketest.py b/tests/gclient_smoketest.py |
index 41c49bcbcbcd97d3891c880b49372c060276cd00..db07be0af4c94746a47180196a545abfb89cb581 100755 |
--- a/tests/gclient_smoketest.py |
+++ b/tests/gclient_smoketest.py |
@@ -20,7 +20,7 @@ import unittest |
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) |
sys.path.insert(0, ROOT_DIR) |
-from fake_repos import join, write, FakeReposTestBase |
+from testing_support.fake_repos import join, write, FakeReposTestBase |
import subprocess2 |