summaryrefslogtreecommitdiff
path: root/net/py-soappy-devel/files/patch-python25
blob: 59027527c954bdc5b05eb58fdae15e036a35a0cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
--- ./SOAPpy/Client.py.orig	Fri Mar 30 08:44:36 2007
+++ ./SOAPpy/Client.py	Fri Mar 30 08:44:40 2007
@@ -40,10 +40,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
--- ./SOAPpy/GSIServer.py.orig	Fri Mar 30 08:44:40 2007
+++ ./SOAPpy/GSIServer.py	Fri Mar 30 08:44:44 2007
@@ -43,10 +43,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
--- ./SOAPpy/Server.py.orig	Fri Mar 30 08:44:49 2007
+++ ./SOAPpy/Server.py	Fri Mar 30 08:44:52 2007
@@ -40,10 +40,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
--- ./SOAPpy/Types.py.orig	Fri Mar 30 08:44:52 2007
+++ ./SOAPpy/Types.py	Fri Mar 30 08:44:56 2007
@@ -33,10 +33,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