Split up the main stack into 2 different running modules (which is cleaner) and fixed various pep8 warnings.

This commit is contained in:
Joshua Harlow
2012-01-21 21:24:41 -08:00
parent 7274a1657b
commit 39be678de3
7 changed files with 330 additions and 305 deletions

View File

@@ -75,7 +75,7 @@ def parse():
help="force ACTION even if no trace found",
default=False)
parser.add_option_group(stop_un_group)
dep_group = OptionGroup(parser, "Dependency options")
dep_group.add_option("-s", "--list-deps",
action="store_true",
@@ -85,7 +85,7 @@ def parse():
parser.add_option_group(dep_group)
(options, args) = parser.parse_args()
#extract only what we care about
output = dict()
output['components'] = options.component