]> git.pld-linux.org Git - packages/python-SOAP.git/blob - python-SOAP-future.patch
4016ee3ddc88a2e2c611fac4aee7ba9880dafc3f
[packages/python-SOAP.git] / python-SOAP-future.patch
1 diff -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  
10  ident = '$Id$'
11  from version import __version__
12  
13 -from __future__ import nested_scopes
14 -
15  #import xml.sax
16  import urllib
17  from types import *
18 diff -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 +
27  ident = '$Id$'
28  from version import __version__
29  
30 -from __future__ import nested_scopes
31 -
32  #import xml.sax
33  import re
34  import socket
35 diff -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 +
44  ident = '$Id$'
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.164056 seconds and 2 git commands to generate.