| Index: client/tools/zip_profiler.py
|
| diff --git a/client/tools/zip_profiler.py b/client/tools/zip_profiler.py
|
| index 857717cd0b96f6c9c0c7a6581481f308d5652412..dc36a174aa4fcdb9e947b94b8d4fe43c325f39ff 100755
|
| --- a/client/tools/zip_profiler.py
|
| +++ b/client/tools/zip_profiler.py
|
| @@ -17,7 +17,8 @@ import tempfile
|
| import time
|
| import zlib
|
|
|
| -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)
|
|
|
| from third_party.depot_tools import fix_encoding
|
|
|