| Index: tests/gclient_test.py
|
| diff --git a/tests/gclient_test.py b/tests/gclient_test.py
|
| index 767808dc30ab6222936fa8aafdf6dd72cfa80a87..7067785dcd1b5419c388af800b38e79343e79e53 100755
|
| --- a/tests/gclient_test.py
|
| +++ b/tests/gclient_test.py
|
| @@ -15,8 +15,7 @@ import os
|
| import sys
|
| import unittest
|
|
|
| -BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
| -sys.path.insert(0, os.path.dirname(BASE_DIR))
|
| +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
|
|
| import gclient
|
| import gclient_utils
|
|
|