Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: tools/tests/fix_pythonpath.py

Issue 397103003: combine base_unittest.py modules from gm and tools (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: pylint Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/tests/fix_pythonpath.py
diff --git a/gm/rebaseline_server/fix_pythonpath.py b/tools/tests/fix_pythonpath.py
similarity index 91%
copy from gm/rebaseline_server/fix_pythonpath.py
copy to tools/tests/fix_pythonpath.py
index cc32f4a6bcf3fa075ac3534a85e06c60ca4347ad..a746a18937727557ab44058e9dc7b3f210fefcd6 100755
--- a/gm/rebaseline_server/fix_pythonpath.py
+++ b/tools/tests/fix_pythonpath.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 ['common', 'gm', 'tools']:
+for subdir in ['tools']:
fullpath = os.path.join(TRUNK_DIRECTORY, subdir)
if fullpath not in sys.path:
sys.path.append(fullpath)

Powered by Google App Engine
This is Rietveld 408576698