| Index: client/tools/run_swarming_tests_on_swarming.py
|
| diff --git a/client/tools/run_swarming_tests_on_swarming.py b/client/tools/run_swarming_tests_on_swarming.py
|
| index 79f400624e9b3276009859bf0da9f6a2ed331d51..9b6cb31f07133e748358dfc3e82fbbbd309c8062 100755
|
| --- a/client/tools/run_swarming_tests_on_swarming.py
|
| +++ b/client/tools/run_swarming_tests_on_swarming.py
|
| @@ -23,7 +23,8 @@ import sys
|
| import tempfile
|
| import time
|
|
|
| -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()))))
|
|
|
| # Must be first import.
|
| import parallel_execution
|
|
|