| Index: client/tests/url_open_timeout_test.py
|
| diff --git a/client/tests/url_open_timeout_test.py b/client/tests/url_open_timeout_test.py
|
| index cfc7b1678b3f0c9e3ceb278a22d599b105b385fe..162cf659a9a0f8ee210c46f7dda51b4848b62fbe 100755
|
| --- a/client/tests/url_open_timeout_test.py
|
| +++ b/client/tests/url_open_timeout_test.py
|
| @@ -13,7 +13,8 @@ import threading
|
| import time
|
| import unittest
|
|
|
| -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)
|
| sys.path.insert(0, os.path.join(ROOT_DIR, 'third_party'))
|
|
|
|
|