Chromium Code Reviews| Index: tests/gclient_test.py |
| diff --git a/tests/gclient_test.py b/tests/gclient_test.py |
| index 7067785dcd1b5419c388af800b38e79343e79e53..657b9815fcb4c7da2c500131bee3fc15b625f022 100755 |
| --- a/tests/gclient_test.py |
| +++ b/tests/gclient_test.py |
| @@ -19,7 +19,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) |
| import gclient |
| import gclient_utils |
| -from tests import trial_dir |
| +from testing_support import trial_dir |
| def write(filename, content): |