Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2005-01-17 21:05:35 +0300
committerJacek Konieczny <jajcus@jajcus.net>2005-01-17 21:05:35 +0300
commit7c87a12714ddf1337327c6f51a184bdb3faa43eb (patch)
tree06a97967027f812b62c9d77913d70ebd03ea649d /examples
parent8df2ff55e638d9ea20c4ba0e14b9392effe77679 (diff)
- imports fixed
Diffstat (limited to 'examples')
-rw-r--r--examples/stest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stest.py b/examples/stest.py
index d5c9695..407cb48 100644
--- a/examples/stest.py
+++ b/examples/stest.py
@@ -7,7 +7,7 @@ import traceback
import socket
import logging
-from pyxmpp import ClientStream,JID,Iq,Presence,Message,StreamError
+from pyxmpp.all import ClientStream,JID,Iq,Presence,Message,StreamError
accounts={
u'test': '123',