Changeset 101 for pykoticon

Show
Ignore:
Timestamp:
01/30/06 15:19:34 (18 years ago)
Author:
jerome
Message:

Always print the result because PyKota only looks at what it's interested in.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/tests/test.py

    r100 r101  
    5151    server = xmlrpclib.ServerProxy("http://%s:%s" % (arguments[0], arguments[1])) 
    5252    result = server.showDialog(message, yesno) 
    53     if yesno and (result != "OK") : 
    54         print result 
     53    print result # printing OK is safe. 
    5554         
    5655if __name__ == "__main__" :