提交 66c2a39d 编写于 作者: J Joerg Jaspert

*sigh*

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 332c0c06
......@@ -581,7 +581,7 @@ def prod_maintainer (note):
answer = 'E'
while answer == 'E':
os.system("%s %s" % (editor, temp_filename))
temp_fh = util.open_file(temp_filename)
temp_fh = utils.open_file(temp_filename)
prod_message = "".join(temp_fh.readlines())
temp_fh.close()
print "Prod message:"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册