make pep8 a bit happier

This commit is contained in:
Martin A. Brown 2016-04-01 21:33:23 -07:00
parent aef4d6e3ee
commit f5af96d1bf
1 changed files with 0 additions and 2 deletions

View File

@ -107,7 +107,6 @@ def collectconfiguration(tag, argv):
default=['images', 'resources'], action='append', type=str,
help='subdirs to copy during build [%(default)s]')
# -- and the distinct, mutually exclusive actions this script can perform
#
g = ap.add_mutually_exclusive_group()
@ -146,7 +145,6 @@ def collectconfiguration(tag, argv):
action='store_true', default=False,
help='show status types and classes [%(default)s]')
# -- collect up the distributed configuration fragments
#
for cls in tldp.typeguesser.knowndoctypes: