From: Joerg Jaspert <joerg@debian.org>
Date: Wed, 15 Apr 2009 21:20:46 +0000 (+0200)
Subject: *sigh*
X-Git-Tag: debian-r/squeeze~1165
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66c2a39d2df8742bdef9a8d7129e37cd355cc71d;p=dak.git

*sigh*

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---

diff --git a/dak/process_new.py b/dak/process_new.py
index 08f784f7..53fed5f5 100755
--- a/dak/process_new.py
+++ b/dak/process_new.py
@@ -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:"