| 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)
|
|
|