From f5af96d1bfa7a41dfe1f0b8bdeead69679b7aa5b Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Fri, 1 Apr 2016 21:33:23 -0700 Subject: [PATCH] make pep8 a bit happier --- tldp/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tldp/config.py b/tldp/config.py index cb6ed80..9b6bde8 100644 --- a/tldp/config.py +++ b/tldp/config.py @@ -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: