]> git.pld-linux.org Git - packages/python-SOAP.git/blame - python-SOAP-future.patch
- fix patch post cvs to git migration
[packages/python-SOAP.git] / python-SOAP-future.patch
CommitLineData
b71c4efe
MG
1diff -ur SOAPpy-0.12.0-orig/SOAPpy/Client.py SOAPpy-0.12.0/SOAPpy/Client.py
2--- SOAPpy-0.12.0-orig/SOAPpy/Client.py 2005-02-21 21:27:09.000000000 +0100
3+++ SOAPpy-0.12.0/SOAPpy/Client.py 2006-11-07 10:36:40.388147000 +0100
4@@ -39,12 +39,11 @@
5 #
6 ################################################################################
7 """
8+from __future__ import nested_scopes
9
3f72a829 10 ident = '$Id: Client.py,v 1.27 2005/02/21 20:27:09 warnes Exp $'
b71c4efe
MG
11 from version import __version__
12
13-from __future__ import nested_scopes
14-
15 #import xml.sax
16 import urllib
17 from types import *
b71c4efe
MG
18diff -ur SOAPpy-0.12.0-orig/SOAPpy/Server.py SOAPpy-0.12.0/SOAPpy/Server.py
19--- SOAPpy-0.12.0-orig/SOAPpy/Server.py 2005-02-15 17:32:22.000000000 +0100
20+++ SOAPpy-0.12.0/SOAPpy/Server.py 2006-11-07 10:36:55.441087750 +0100
21@@ -40,11 +40,11 @@
22 ################################################################################
23 """
24
25+from __future__ import nested_scopes
26+
3f72a829 27 ident = '$Id: Server.py,v 1.21 2005/02/15 16:32:22 warnes Exp $'
b71c4efe
MG
28 from version import __version__
29
30-from __future__ import nested_scopes
31-
32 #import xml.sax
33 import re
34 import socket
b71c4efe
MG
35diff -ur SOAPpy-0.12.0-orig/SOAPpy/Types.py SOAPpy-0.12.0/SOAPpy/Types.py
36--- SOAPpy-0.12.0-orig/SOAPpy/Types.py 2005-02-22 05:29:43.000000000 +0100
37+++ SOAPpy-0.12.0/SOAPpy/Types.py 2006-11-07 10:36:40.392147250 +0100
38@@ -33,11 +33,11 @@
39 ################################################################################
40 """
41
42+from __future__ import nested_scopes
43+
3f72a829 44 ident = '$Id: Types.py,v 1.19 2005/02/22 04:29:43 warnes Exp $'
b71c4efe
MG
45 from version import __version__
46
47-from __future__ import nested_scopes
48-
49 import UserList
50 import base64
51 import cgi
This page took 0.095491 seconds and 4 git commands to generate.