| Index: client/tests/trace_inputs/touch_only.py
|
| diff --git a/client/tests/trace_inputs/touch_only.py b/client/tests/trace_inputs/touch_only.py
|
| index 4a424ba0ff7721676e83d4ed8c2e630ba038b226..fdd9b78a6eaad96b15f917316651c21f8d3c2ae7 100755
|
| --- a/client/tests/trace_inputs/touch_only.py
|
| +++ b/client/tests/trace_inputs/touch_only.py
|
| @@ -9,7 +9,8 @@ import os
|
| import sys
|
|
|
|
|
| -BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
| +BASE_DIR = os.path.dirname(os.path.abspath(
|
| + __file__.decode(sys.getfilesystemencoding())))
|
|
|
|
|
| def main():
|
|
|