| Index: client/libs/logdog/tests/varint_test.py
|
| diff --git a/client/libs/logdog/tests/varint_test.py b/client/libs/logdog/tests/varint_test.py
|
| index eb53fd18cbae9ec5682c8b6f2984435caee5ebd8..0dbbf8df00070c6571846b7793d02358e7b5f0b0 100755
|
| --- a/client/libs/logdog/tests/varint_test.py
|
| +++ b/client/libs/logdog/tests/varint_test.py
|
| @@ -10,7 +10,8 @@ import unittest
|
| import StringIO
|
|
|
| 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 varint
|
|
|