summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorAli Sabil <ali.sabil@gmail.com>2007-12-15 23:29:16 +0100
committerAli Sabil <ali.sabil@gmail.com>2007-12-15 23:29:16 +0100
commit2fbc0b21675bb62f019fe90b8a0bdc2936d9068c (patch)
tree2eb5f26c773dabb793c7b23a6803379e34310eaa /test.py
parent4ac3b33fa69e050eec8ed22ff6ec31485375a4c6 (diff)
- Fixed a small error in the test.py
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 9d69da2..78b41cb 100755
--- a/test.py
+++ b/test.py
@@ -97,7 +97,7 @@ class Client(pymsn.Client):
if contact.account == "johann.prieur@gmail.com":
print "Inviting %s for a conversation" % contact.display_name
self.conv = pymsn.Conversation(self, [contact])
- AnnoyingConversation(self.conv)
+ self._convo_events = AnnoyingConversation(self.conv)
return False
def main():