aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/close.py
diff options
context:
space:
mode:
authorAaron Bentley <abentley@panoramicfeedback.com>2005-03-11 19:17:17 +0000
committerAaron Bentley <abentley@panoramicfeedback.com>2005-03-11 19:17:17 +0000
commitf254781274f35c485befb4f6acedb8fb8d1f797b (patch)
tree81f82e11fce6aa27abf9853cf9e183d40d593cc5 /becommands/close.py
parent20a48a1ad3f720d915084d6d139b3790cd4630eb (diff)
downloadbugseverywhere-f254781274f35c485befb4f6acedb8fb8d1f797b.tar.gz
Implemented plugin system for viewing commands
Diffstat (limited to 'becommands/close.py')
-rw-r--r--becommands/close.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/close.py b/becommands/close.py
index 184e2e1..11c5c74 100644
--- a/becommands/close.py
+++ b/becommands/close.py
@@ -1,3 +1,4 @@
+"""Close a bug"""
from libbe import cmdutil
def execute(args):
assert(len(args) == 1)