summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorAli Sabil <ali.sabil@gmail.com>2007-05-20 13:55:47 +0200
committerAli Sabil <ali.sabil@gmail.com>2007-05-20 13:55:47 +0200
commit8b6954e633150af892c15765eef9df482a9a562e (patch)
treeeafe373e33424e7f4529b00e4f7388eadcc09ede /test.py
parentefd668d59f4bf83a4ca261a009745d8defa7ee0f (diff)
- Merged jprieur's branch with work on the AddressBook SOAP Actions and OIM
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.py b/test.py
index 8465cdc..2f801bf 100644
--- a/test.py
+++ b/test.py
@@ -40,7 +40,6 @@ class Client(pymsn.Client, pymsn.event.ClientEventInterface):
return False
def on_client_state_changed(self, state):
- print "State changed :", state
if state == pymsn.event.ClientState.CLOSED:
self.quit()
elif state == pymsn.event.ClientState.OPEN: