| Index: client/tests/isolate_format_test.py
|
| diff --git a/client/tests/isolate_format_test.py b/client/tests/isolate_format_test.py
|
| index 3fde97ce9111dc3bbde1d32e7eacab426856477e..eaf5440474e294d3bfec2cbfe902e3aa2d58aa85 100755
|
| --- a/client/tests/isolate_format_test.py
|
| +++ b/client/tests/isolate_format_test.py
|
| @@ -10,7 +10,8 @@ import sys
|
| import tempfile
|
| import unittest
|
|
|
| -ROOT_DIR = 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'))
|
|
|
|
|