summaryrefslogtreecommitdiff
path: root/net/py-google/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-google/patches/patch-ac')
-rw-r--r--net/py-google/patches/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/py-google/patches/patch-ac b/net/py-google/patches/patch-ac
deleted file mode 100644
index 74e3d6261a7..00000000000
--- a/net/py-google/patches/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2003/08/11 22:08:34 recht Exp $
-
---- testclient.py.orig 2002-04-18 10:36:42.000000000 +0200
-+++ testclient.py 2003-05-31 12:21:04.000000000 +0200
-@@ -1,4 +1,4 @@
--import SOAP
-+from SOAPpy import SOAPProxy
-
--server = SOAP.SOAPProxy('http://localhost:8082/')
-+server = SOAPProxy('http://localhost:8082/')
- print server.echo("Hello World")