Changeset 101 for pykoticon/trunk/tests/test.py
- Timestamp:
- 01/30/06 15:19:34 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykoticon/trunk/tests/test.py
r100 r101 51 51 server = xmlrpclib.ServerProxy("http://%s:%s" % (arguments[0], arguments[1])) 52 52 result = server.showDialog(message, yesno) 53 if yesno and (result != "OK") : 54 print result 53 print result # printing OK is safe. 55 54 56 55 if __name__ == "__main__" :