From: W. Trevor King Date: Sat, 18 Jul 2009 14:41:11 +0000 (-0400) Subject: Import sys in becommands/new.py. X-Git-Tag: 1.0.0~63^2~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0baf6034dba2178f4141d3fe87d0d41061946299;p=be.git Import sys in becommands/new.py. Required for reading the bug summary string from stdin. --- 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):