summaryrefslogtreecommitdiffstats
path: root/cnucnu.py
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2009-07-18 10:34:02 +0200
committerTill Maas <opensource@till.name>2009-07-18 10:34:02 +0200
commit25803d80c358a9d703a32119050569077df657fa (patch)
tree438a5bb2df79a89e5bfb8b83988e5d9d2581e600 /cnucnu.py
parentaf8ca7b5e34b07ec4fb977383f5294550285416c (diff)
downloadcnucnu-25803d80c358a9d703a32119050569077df657fa.tar.gz
cnucnu-25803d80c358a9d703a32119050569077df657fa.tar.xz
cnucnu-25803d80c358a9d703a32119050569077df657fa.zip
checkshell: inspect completion, bug status report
Diffstat (limited to 'cnucnu.py')
-rwxr-xr-xcnucnu.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnucnu.py b/cnucnu.py
index ffc43ca..3fd1d43 100755
--- a/cnucnu.py
+++ b/cnucnu.py
@@ -84,7 +84,10 @@ if __name__ == '__main__':
conf = config.Config(options.config_filename)
if options.action == "check":
+ bugzilla_config = conf.get_bugzilla_config()
+ br = BugzillaReporter(**bugzilla_config)
shell = CheckShell()
+ shell.br = br
while True:
try:
if not shell.cmdloop():