diff options
Diffstat (limited to 'net/py-google/patches/patch-ad')
-rw-r--r-- | net/py-google/patches/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/py-google/patches/patch-ad b/net/py-google/patches/patch-ad new file mode 100644 index 00000000000..25e9c4dbc18 --- /dev/null +++ b/net/py-google/patches/patch-ad @@ -0,0 +1,10 @@ +$NetBSD: patch-ad,v 1.1 2003/03/19 11:55:11 drochner Exp $ + +--- testserver.py.orig 2003-03-19 12:30:51.000000000 +0100 ++++ testserver.py 2003-03-19 12:31:16.000000000 +0100 +@@ -1,4 +1,4 @@ +-import SOAP
++from SOAPpy import SOAP
+
+ def echo(s):
+ return s + s
|