summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-09-25 19:39:39 +0000
committerMarien Zwart <marienz@gentoo.org>2006-09-25 19:39:39 +0000
commit04105710fcf0b8514583f4c56ae76e5399fe6ca2 (patch)
tree0fadd249ae0ff0e14949c87f37ced0fb51624cf0 /dev-python/soappy/files
parentRename patch and disable keyword substitution. (diff)
downloadgentoo-2-04105710fcf0b8514583f4c56ae76e5399fe6ca2.tar.gz
gentoo-2-04105710fcf0b8514583f4c56ae76e5399fe6ca2.tar.bz2
gentoo-2-04105710fcf0b8514583f4c56ae76e5399fe6ca2.zip
Rename patch and disable keyword substitution.
(Portage version: 2.1.2_pre1) (Signed Manifest commit)
Diffstat (limited to 'dev-python/soappy/files')
-rw-r--r--dev-python/soappy/files/soappy-0.11.6-future-imports.patch68
1 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/soappy/files/soappy-0.11.6-future-imports.patch b/dev-python/soappy/files/soappy-0.11.6-future-imports.patch
deleted file mode 100644
index 4205031d5456..000000000000
--- a/dev-python/soappy/files/soappy-0.11.6-future-imports.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-=== modified file 'SOAPpy/Client.py'
---- SOAPpy/Client.py
-+++ SOAPpy/Client.py
-@@ -40,10 +40,10 @@
- ################################################################################
- """
-
-+from __future__ import nested_scopes
-+
- ident = '$Id: soappy-0.11.6-future-imports.patch,v 1.1 2006/09/25 13:34:23 marienz Exp $'
- from version import __version__
--
--from __future__ import nested_scopes
-
- #import xml.sax
- import urllib
-
-=== modified file 'SOAPpy/GSIServer.py'
---- SOAPpy/GSIServer.py
-+++ SOAPpy/GSIServer.py
-@@ -43,10 +43,10 @@
- ################################################################################
- """
-
-+from __future__ import nested_scopes
-+
- ident = '$Id: soappy-0.11.6-future-imports.patch,v 1.1 2006/09/25 13:34:23 marienz Exp $'
- from version import __version__
--
--from __future__ import nested_scopes
-
- #import xml.sax
- import re
-
-=== modified file 'SOAPpy/Server.py'
---- SOAPpy/Server.py
-+++ SOAPpy/Server.py
-@@ -40,10 +40,10 @@
- ################################################################################
- """
-
-+from __future__ import nested_scopes
-+
- ident = '$Id: soappy-0.11.6-future-imports.patch,v 1.1 2006/09/25 13:34:23 marienz Exp $'
- from version import __version__
--
--from __future__ import nested_scopes
-
- #import xml.sax
- import re
-
-=== modified file 'SOAPpy/Types.py'
---- SOAPpy/Types.py
-+++ SOAPpy/Types.py
-@@ -33,10 +33,10 @@
- ################################################################################
- """
-
-+from __future__ import nested_scopes
-+
- ident = '$Id: soappy-0.11.6-future-imports.patch,v 1.1 2006/09/25 13:34:23 marienz Exp $'
- from version import __version__
--
--from __future__ import nested_scopes
-
- import UserList
- import base64
-