| Index: gm/rebaseline_server/rs_fixpypath.py
|
| diff --git a/tools/tests/fix_pythonpath.py b/gm/rebaseline_server/rs_fixpypath.py
|
| similarity index 91%
|
| copy from tools/tests/fix_pythonpath.py
|
| copy to gm/rebaseline_server/rs_fixpypath.py
|
| index a746a18937727557ab44058e9dc7b3f210fefcd6..cc32f4a6bcf3fa075ac3534a85e06c60ca4347ad 100755
|
| --- a/tools/tests/fix_pythonpath.py
|
| +++ b/gm/rebaseline_server/rs_fixpypath.py
|
| @@ -14,7 +14,7 @@ import sys
|
|
|
| TRUNK_DIRECTORY = os.path.abspath(os.path.join(
|
| os.path.dirname(__file__), os.pardir, os.pardir))
|
| -for subdir in ['tools']:
|
| +for subdir in ['common', 'gm', 'tools']:
|
| fullpath = os.path.join(TRUNK_DIRECTORY, subdir)
|
| if fullpath not in sys.path:
|
| sys.path.append(fullpath)
|
|
|