| Index: client/tests/large_test.py
|
| diff --git a/client/tests/large_test.py b/client/tests/large_test.py
|
| index 84ea7aafa39396e15fdc50caacb992f7c8aa41e6..3e85d453e47e9294f20926ad75788c93af6cb485 100755
|
| --- a/client/tests/large_test.py
|
| +++ b/client/tests/large_test.py
|
| @@ -9,7 +9,8 @@ import random
|
| import sys
|
| 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)
|
|
|
| from utils import large
|
|
|