[Python-modules-commits] r19175 - in packages/twill/trunk/debian (3 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Nov 7 08:06:10 UTC 2011


    Date: Monday, November 7, 2011 @ 08:06:07
  Author: arnau
Revision: 19175

Add debian/patches/05_fix_missing_imports.patch.

Added:
  packages/twill/trunk/debian/patches/05_fix_missing_imports.patch
Modified:
  packages/twill/trunk/debian/changelog
  packages/twill/trunk/debian/patches/series

Modified: packages/twill/trunk/debian/changelog
===================================================================
--- packages/twill/trunk/debian/changelog	2011-11-07 08:04:34 UTC (rev 19174)
+++ packages/twill/trunk/debian/changelog	2011-11-07 08:06:07 UTC (rev 19175)
@@ -6,6 +6,7 @@
       - Drop Depends on python-clientform.
   * debian/patches/02_remove_ext.patch:
     + Fix tests as well.
+  * Add debian/patches/05_fix_missing_imports.patch.
 
  -- Arnaud Fontaine <arnau at debian.org>  Tue, 01 Nov 2011 16:18:02 +0900
 

Added: packages/twill/trunk/debian/patches/05_fix_missing_imports.patch
===================================================================
--- packages/twill/trunk/debian/patches/05_fix_missing_imports.patch	                        (rev 0)
+++ packages/twill/trunk/debian/patches/05_fix_missing_imports.patch	2011-11-07 08:06:07 UTC (rev 19175)
@@ -0,0 +1,12 @@
+Index: twill-0.9/twill/utils.py
+===================================================================
+--- twill-0.9.orig/twill/utils.py	2011-11-07 16:44:06.000000000 +0900
++++ twill-0.9/twill/utils.py	2011-11-07 16:47:51.346998902 +0900
+@@ -16,6 +16,7 @@
+ from mechanize._util import time
+ from mechanize._http import HTTPRefreshProcessor
+ from mechanize import BrowserStateError
++from errors import TwillException
+ 
+ class ResultWrapper:
+     """

Modified: packages/twill/trunk/debian/patches/series
===================================================================
--- packages/twill/trunk/debian/patches/series	2011-11-07 08:04:34 UTC (rev 19174)
+++ packages/twill/trunk/debian/patches/series	2011-11-07 08:06:07 UTC (rev 19175)
@@ -2,3 +2,4 @@
 02_remove_ext.patch
 03_no_setuptools.patch
 04_fix_deprecated_ClientForm.patch
+05_fix_missing_imports.patch




More information about the Python-modules-commits mailing list