aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/new.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/new.py
parent20a48a1ad3f720d915084d6d139b3790cd4630eb (diff)
downloadbugseverywhere-f254781274f35c485befb4f6acedb8fb8d1f797b.tar.gz
Implemented plugin system for viewing commands
Diffstat (limited to 'becommands/new.py')
-rw-r--r--becommands/new.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/new.py b/becommands/new.py
index 2e78524..284f730 100644
--- a/becommands/new.py
+++ b/becommands/new.py
@@ -1,3 +1,4 @@
+"""Create a new bug"""
from libbe import bugdir, cmdutil, names
def execute(args):
if len(args) != 1: