pkgsrc/net/py-soappy/patches/patch-aa

16 lines
449 B
Text

$NetBSD: patch-aa,v 1.3 2009/02/11 21:20:43 joerg Exp $
--- SOAPpy/Client.py.orig 2009-02-11 22:13:44.000000000 +0100
+++ SOAPpy/Client.py
@@ -1,2 +1,4 @@
+from __future__ import nested_scopes
+
"""
################################################################################
@@ -44,6 +46,4 @@ ident = '$Id: Client.py,v 1.20 2004/04/1
from version import __version__
-from __future__ import nested_scopes
-
#import xml.sax
import urllib