| Index: client/example/common.py
|
| diff --git a/client/example/common.py b/client/example/common.py
|
| index 9313429f1571bc587431b31de4797ee2e3d8cc78..07c0bfc0276ef69bd4021673b87f09ed42aaee14 100644
|
| --- a/client/example/common.py
|
| +++ b/client/example/common.py
|
| @@ -11,7 +11,8 @@ import subprocess
|
| import sys
|
|
|
|
|
| -ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
| +ROOT_DIR = os.path.dirname(os.path.abspath(
|
| + __file__.decode(sys.getfilesystemencoding())))
|
| sys.path.append(os.path.join(ROOT_DIR, '..', 'third_party'))
|
|
|
| import colorama
|
|
|