projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f8975
)
Import sys in becommands/new.py.
author
W. Trevor King
<wking@drexel.edu>
Sat, 18 Jul 2009 14:41:11 +0000
(10:41 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 18 Jul 2009 14:41:11 +0000
(10:41 -0400)
Required for reading the bug summary string from stdin.
becommands/new.py
patch
|
blob
|
history
diff --git
a/becommands/new.py
b/becommands/new.py
index f94335b5a639ec78dcfeb60a04134c6db149d280..5325ccc91febc4fc851ba26b1ed89a9be6bb1297 100644
(file)
--- a/
becommands/new.py
+++ b/
becommands/new.py
@@
-16,6
+16,7
@@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
"""Create a new bug"""
from libbe import cmdutil, bugdir
+import sys
__desc__ = __doc__
def execute(args, test=False):