| Index: client/tools/zip_run_isolated.py
|
| diff --git a/client/tools/zip_run_isolated.py b/client/tools/zip_run_isolated.py
|
| index 0d657aa2f1947b76f4f7418d040fd14654a3f499..b4b775e25597d863f9e82bfc59d38fc10cb665d0 100755
|
| --- a/client/tools/zip_run_isolated.py
|
| +++ b/client/tools/zip_run_isolated.py
|
| @@ -14,7 +14,8 @@ Useful for reproducing swarm-bot environment like this:
|
| import os
|
| import sys
|
|
|
| -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)
|
|
|
| import run_isolated
|
|
|