Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > fec1122f936f451473a1dac5e20802bd > files > 1

pyifp-0.2.2-3.fc14.src.rpm

--- pyifp-0.2.2/setup.py	2005-02-21 01:36:05.000000000 -0500
+++ pyifp-0.2.2-fixed/setup.py	2005-10-15 13:29:26.000000000 -0400
@@ -54,7 +54,7 @@
         self.swig_inc = 'SWIG'
         self.swig_shadow = None        
     
-    def swig_sources(self, sources):
+    def swig_sources(self, sources, extension=None):
         """Override the definition of 'swig_sources' in build_ext.  This
         is essentially the same function but with better swig support.
         I will now quote the original docstring: