summaryrefslogtreecommitdiff
path: root/net/py-google/patches/patch-ac
blob: 818a98133edf58159442c128a1864cee3fa5d22f (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-ac,v 1.1 2003/03/19 11:55:11 drochner Exp $

--- testclient.py.orig	2003-03-19 12:30:01.000000000 +0100
+++ testclient.py	2003-03-19 12:30:23.000000000 +0100
@@ -1,4 +1,4 @@
-import SOAP
+from SOAPpy import SOAP
 
 server = SOAP.SOAPProxy('http://localhost:8082/')
 print server.echo("Hello World")