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

Unified Diff: scripts/tools/runit.py

Issue 1151423002: Move recipe engine to third_party/recipe_engine. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Moved field_composer_test with its buddies Created 5 years, 7 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
« no previous file with comments | « scripts/slave/unittests/recipe_simulation_test.py ('k') | scripts/tools/show_me_the_modules.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/tools/runit.py
diff --git a/scripts/tools/runit.py b/scripts/tools/runit.py
index 30e9da96b4d61e2b3d09b88be384362380234857..1423f4e671019f0a67919cb97be3558ddc09a749 100755
--- a/scripts/tools/runit.py
+++ b/scripts/tools/runit.py
@@ -23,10 +23,6 @@ import common.env
USAGE = '%s [options] <command to run>' % os.path.basename(sys.argv[0])
-# These third_party libs interfere with other imports in PYTHONPATH and should
-# be put last. Please file bugs to clean up each entry here.
-troublemakers = []
-
def main():
option_parser = optparse.OptionParser(usage=USAGE)
« no previous file with comments | « scripts/slave/unittests/recipe_simulation_test.py ('k') | scripts/tools/show_me_the_modules.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698