aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-18 10:41:11 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-18 10:41:11 -0400
commit0baf6034dba2178f4141d3fe87d0d41061946299 (patch)
treeb96108003d662865fadebd888d323775ad1393b8 /becommands
parente8f8975d1d76e18ba1e8da1f095568c54c9ea6b0 (diff)
downloadbugseverywhere-0baf6034dba2178f4141d3fe87d0d41061946299.tar.gz
Import sys in becommands/new.py.
Required for reading the bug summary string from stdin.
Diffstat (limited to 'becommands')
-rw-r--r--becommands/new.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/becommands/new.py b/becommands/new.py
index f94335b..5325ccc 100644
--- 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):