71 lines
2.6 KiB
Diff
71 lines
2.6 KiB
Diff
Only in SOAPpy-0.12.0: build
|
|
diff -ru SOAPpy-0.12.0.orig/SOAPpy/Client.py SOAPpy-0.12.0/SOAPpy/Client.py
|
|
--- SOAPpy-0.12.0.orig/SOAPpy/Client.py 2005-02-21 21:27:09.000000000 +0100
|
|
+++ SOAPpy-0.12.0/SOAPpy/Client.py 2009-05-18 15:23:47.000000000 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+from __future__ import nested_scopes
|
|
"""
|
|
################################################################################
|
|
#
|
|
@@ -43,8 +44,6 @@
|
|
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
|
|
from types import *
|
|
Only in SOAPpy-0.12.0/SOAPpy: Client.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy: Config.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy: Errors.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy: NS.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy: Parser.pyc
|
|
diff -ru SOAPpy-0.12.0.orig/SOAPpy/Server.py SOAPpy-0.12.0/SOAPpy/Server.py
|
|
--- SOAPpy-0.12.0.orig/SOAPpy/Server.py 2005-02-15 17:32:22.000000000 +0100
|
|
+++ SOAPpy-0.12.0/SOAPpy/Server.py 2009-05-18 15:33:31.000000000 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+from __future__ import nested_scopes
|
|
"""
|
|
################################################################################
|
|
#
|
|
@@ -43,8 +44,6 @@
|
|
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
|
|
import socket
|
|
Only in SOAPpy-0.12.0/SOAPpy: Server.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy: SOAPBuilder.pyc
|
|
diff -ru SOAPpy-0.12.0.orig/SOAPpy/Types.py SOAPpy-0.12.0/SOAPpy/Types.py
|
|
--- SOAPpy-0.12.0.orig/SOAPpy/Types.py 2005-02-22 05:29:43.000000000 +0100
|
|
+++ SOAPpy-0.12.0/SOAPpy/Types.py 2009-05-18 15:24:19.000000000 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+from __future__ import nested_scopes
|
|
"""
|
|
################################################################################
|
|
# Copyright (c) 2003, Pfizer
|
|
@@ -36,7 +37,6 @@
|
|
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
|
|
Only in SOAPpy-0.12.0/SOAPpy: Types.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy: Utilities.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy: WSDL.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: c14n.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: __init__.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: logging.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: Namespaces.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: TimeoutSocket.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: Utility.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: WSDLTools.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: XMLname.pyc
|
|
Only in SOAPpy-0.12.0/SOAPpy/wstools: XMLSchema.pyc
|