diff options
Diffstat (limited to 'becommands/new.py')
-rw-r--r-- | becommands/new.py | 1 |
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: |