summaryrefslogtreecommitdiffstats
path: root/cnucnu/checkshell.py
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2010-12-25 12:57:54 +0100
committerTill Maas <opensource@till.name>2010-12-25 12:57:54 +0100
commitacdeb114a6e842068aec61af082f08a0f628974a (patch)
tree274c3c1a3489ef9a25d7b9e0696655e9b7483cfc /cnucnu/checkshell.py
parentc9330daf0a29b43f281caeb9258d70891c207b14 (diff)
downloadcnucnu-acdeb114a6e842068aec61af082f08a0f628974a.tar.gz
cnucnu-acdeb114a6e842068aec61af082f08a0f628974a.tar.xz
cnucnu-acdeb114a6e842068aec61af082f08a0f628974a.zip
remove extra whitespace at the end of lines
Diffstat (limited to 'cnucnu/checkshell.py')
-rw-r--r--cnucnu/checkshell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnucnu/checkshell.py b/cnucnu/checkshell.py
index 5007b8b..e0cf862 100644
--- a/cnucnu/checkshell.py
+++ b/cnucnu/checkshell.py
@@ -55,7 +55,7 @@ class CheckShell(cmd.Cmd):
bugzilla_config = self.config.bugzilla_config
try:
self._br = BugzillaReporter(bugzilla_config)
-
+
except Exception, e:
print "Cannot query bugzilla, maybe config is faulty or missing", repr(e), dict(e), str(e)
return self._br
@@ -91,7 +91,7 @@ class CheckShell(cmd.Cmd):
def complete_inspect(self, text, line, begidx, endidx):
package_names = [p.name for p in self.package_list if p.name.startswith(text)]
return package_names
-
+
def do_regex(self, args):
self.package.regex = args