1
0
Fork 0

- use namespace

- add menu and about box to GNOME client

git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@171 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
Jan Dittberner 2006-02-27 19:42:31 +00:00
parent d7980414e1
commit 5cbe9deaa3
2 changed files with 45 additions and 19 deletions

View file

@ -4,7 +4,8 @@ import socket
class SOAPClient:
def __init__(self):
self.server = SOAPProxy('http://localhost:8080/')
self.server = SOAPProxy('http://localhost:8080/',
namespace = 'urn:gnuviech-admin-services')
def echo(self, value):
try: