[Python-apps-commits] r2674 - in packages/archmage/trunk/debian/patches (2 files)

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Thu Apr 2 08:56:19 UTC 2009


    Date: Thursday, April 2, 2009 @ 08:56:18
  Author: dottedmag-guest
Revision: 2674

Fixed traceback on error path if destination directory already exists
(Closes: #521042)

Added:
  packages/archmage/trunk/debian/patches/missing-import-error-msg.diff
Modified:
  packages/archmage/trunk/debian/patches/series

Added: packages/archmage/trunk/debian/patches/missing-import-error-msg.diff
===================================================================
--- packages/archmage/trunk/debian/patches/missing-import-error-msg.diff	                        (rev 0)
+++ packages/archmage/trunk/debian/patches/missing-import-error-msg.diff	2009-04-02 08:56:18 UTC (rev 2674)
@@ -0,0 +1,12 @@
+error_msg is used in CHM.py, but was not imported from another module.
+--- archmod/CHM.py.orig	2009-04-02 15:52:34.000000000 +0700
++++ archmod/CHM.py	2009-04-02 15:52:35.000000000 +0700
+@@ -18,7 +18,7 @@
+ # import PyCHM bindings
+ from chm import chmlib
+ 
+-from archmod import message
++from archmod import message, error_msg
+ 
+ from archmod.htmltotext import htmltotext
+ 

Modified: packages/archmage/trunk/debian/patches/series
===================================================================
--- packages/archmage/trunk/debian/patches/series	2009-04-01 18:39:47 UTC (rev 2673)
+++ packages/archmage/trunk/debian/patches/series	2009-04-02 08:56:18 UTC (rev 2674)
@@ -1,2 +1,3 @@
 python-interpreter.diff
 html_to_text.py-is-not-executable.diff
+missing-import-error-msg.diff




More information about the Python-apps-commits mailing list