summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorAli Sabil <ali.sabil@gmail.com>2007-05-30 00:25:06 +0200
committerAli Sabil <ali.sabil@gmail.com>2007-05-30 00:25:06 +0200
commit093516597fc88f4deb494d77a230e22382ffcfaf (patch)
tree9bd4dda68ed09f9b90fc39b6a19ef117f4fffdfe /test.py
parent298cf8b4cd8223b861f547c57167fc37e00c53c0 (diff)
- Got rid of the old test files
- Added a Conversation class, to manage conversation - Fixed some refactoring bugs
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index 2f801bf..3a0c71e 100644
--- a/test.py
+++ b/test.py
@@ -46,6 +46,7 @@ class Client(pymsn.Client, pymsn.event.ClientEventInterface):
self.profile.presence = pymsn.Presence.ONLINE
self.profile.display_name = "Kimbix"
self.profile.personal_message = "Testing pymsn, and freeing the pandas!"
+ conv = pymsn.Conversation(self)
def on_client_error(self, error_type, error):
print "ERROR :", error_type, " ->", error