[Python-modules-commits] r13163 - in packages/pythonmagick/trunk/debian/patches (__init__-fixup)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun May 30 15:25:45 UTC 2010


    Date: Sunday, May 30, 2010 @ 15:25:33
  Author: bzed
Revision: 13163

Adding patch.

Added:
  packages/pythonmagick/trunk/debian/patches/__init__-fixup

Added: packages/pythonmagick/trunk/debian/patches/__init__-fixup
===================================================================
--- packages/pythonmagick/trunk/debian/patches/__init__-fixup	                        (rev 0)
+++ packages/pythonmagick/trunk/debian/patches/__init__-fixup	2010-05-30 15:25:33 UTC (rev 13163)
@@ -0,0 +1,12 @@
+--- a/PythonMagick/__init__.py
++++ b/PythonMagick/__init__.py
+@@ -1,7 +1,5 @@
+-import _PythonMagick
+-
+-class Image(_PythonMagick.Image):
+-    pass
++import PythonMagick._PythonMagick as _PythonMagick
++from PythonMagick._PythonMagick import *
+ 
+ class Blob(_PythonMagick.Blob):
+     def __init__(self,*args):




More information about the Python-modules-commits mailing list