| Index: client/tests/lru_test.py
|
| diff --git a/client/tests/lru_test.py b/client/tests/lru_test.py
|
| index 8a42f1418b60c899eae8ded6671d4d150d54071f..795c110d99b8b23b5198b5d30a2e3531c0166c8c 100755
|
| --- a/client/tests/lru_test.py
|
| +++ b/client/tests/lru_test.py
|
| @@ -10,7 +10,8 @@ import sys
|
| import tempfile
|
| 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 lru
|
|
|