| Index: client/tests/logging_utils_test.py
|
| diff --git a/client/tests/logging_utils_test.py b/client/tests/logging_utils_test.py
|
| index c3caacad47e820ac0e676487c185707353016918..1232f5ef37c48a2d3fb8fb05005a848b034968b1 100755
|
| --- a/client/tests/logging_utils_test.py
|
| +++ b/client/tests/logging_utils_test.py
|
| @@ -11,7 +11,7 @@ import tempfile
|
| import unittest
|
| import re
|
|
|
| -THIS_FILE = os.path.abspath(__file__)
|
| +THIS_FILE = os.path.abspath(__file__.decode(sys.getfilesystemencoding()))
|
| sys.path.insert(0, os.path.dirname(os.path.dirname(THIS_FILE)))
|
|
|
| from third_party.depot_tools import fix_encoding
|
|
|