| Index: client/tests/isolateserver_smoke_test.py
|
| diff --git a/client/tests/isolateserver_smoke_test.py b/client/tests/isolateserver_smoke_test.py
|
| index 7f33ad3751c93f26548607ea11918bcd6290b4c4..45c23960b336966c530f7e36fba1866c87a280c9 100755
|
| --- a/client/tests/isolateserver_smoke_test.py
|
| +++ b/client/tests/isolateserver_smoke_test.py
|
| @@ -13,7 +13,8 @@ import tempfile
|
| import time
|
| import unittest
|
|
|
| -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)
|
|
|
| import isolated_format
|
|
|