Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > f9993c49f23cd1d4cc5f352cd5cde422 > files > 1

python-soap-0.12.0-11.mga6.src.rpm

Index: SOAPpy/Client.py
===================================================================
--- SOAPpy/Client.py
+++ SOAPpy/Client.py	2013-10-04 17:52:16.822227647 +0200
@@ -39,11 +39,10 @@
 #
 ################################################################################
 """
-
+from __future__ import nested_scopes
 ident = '$Id: Client.py,v 1.27 2005/02/21 20:27:09 warnes Exp $'
 from version import __version__
 
-from __future__ import nested_scopes
 
 #import xml.sax
 import urllib
Index: SOAPpy/GSIServer.py
===================================================================
--- SOAPpy/GSIServer.py
+++ SOAPpy/GSIServer.py	2013-10-04 17:53:34.895466019 +0200
@@ -42,11 +42,10 @@
 #
 ################################################################################
 """
-
+from __future__ import nested_scopes
 ident = '$Id: GSIServer.py,v 1.5 2005/02/15 16:32:22 warnes Exp $'
 from version import __version__
 
-from __future__ import nested_scopes
 
 #import xml.sax
 import re
Index: SOAPpy/Server.py
===================================================================
--- SOAPpy/Server.py
+++ SOAPpy/Server.py	2013-10-04 17:53:02.064220479 +0200
@@ -39,11 +39,10 @@
 #
 ################################################################################
 """
-
+from __future__ import nested_scopes
 ident = '$Id: Server.py,v 1.21 2005/02/15 16:32:22 warnes Exp $'
 from version import __version__
 
-from __future__ import nested_scopes
 
 #import xml.sax
 import re
Index: SOAPpy/Types.py
===================================================================
--- SOAPpy/Types.py
+++ SOAPpy/Types.py	2013-10-04 17:52:39.943289042 +0200
@@ -32,11 +32,10 @@
 #
 ################################################################################
 """
-
+from __future__ import nested_scopes
 ident = '$Id: Types.py,v 1.19 2005/02/22 04:29:43 warnes Exp $'
 from version import __version__
 
-from __future__ import nested_scopes
 
 import UserList
 import base64