| Index: client/tests/isolate_test.py
|
| diff --git a/client/tests/isolate_test.py b/client/tests/isolate_test.py
|
| index 8f97377c9f0514a34ce13abc97047109f495d698..eaffdf3c36ef5fe12929769ad6d59c31fe33e71c 100755
|
| --- a/client/tests/isolate_test.py
|
| +++ b/client/tests/isolate_test.py
|
| @@ -14,7 +14,8 @@ import subprocess
|
| import sys
|
| import tempfile
|
|
|
| -ROOT_DIR = unicode(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
| +ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(
|
| + __file__.decode(sys.getfilesystemencoding()))))
|
| sys.path.insert(0, ROOT_DIR)
|
| sys.path.insert(0, os.path.join(ROOT_DIR, 'third_party'))
|
|
|
|
|