| Index: client/libs/logdog/tests/bootstrap_test.py
|
| diff --git a/client/libs/logdog/tests/bootstrap_test.py b/client/libs/logdog/tests/bootstrap_test.py
|
| index c4ffe20c84480eb70ce22d1875baa02783595c9c..0d5f968dcd4be3303c753ac01ae7b8e6b2ff7ad2 100755
|
| --- a/client/libs/logdog/tests/bootstrap_test.py
|
| +++ b/client/libs/logdog/tests/bootstrap_test.py
|
| @@ -8,7 +8,8 @@ import sys
|
| import unittest
|
|
|
| ROOT_DIR = os.path.dirname(os.path.abspath(os.path.join(
|
| - __file__, os.pardir, os.pardir, os.pardir)))
|
| + __file__.decode(sys.getfilesystemencoding()),
|
| + os.pardir, os.pardir, os.pardir)))
|
| sys.path.insert(0, ROOT_DIR)
|
|
|
| from libs.logdog import bootstrap
|
|
|