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-18 00:36:55 +0300
committerJacek Konieczny <jajcus@jajcus.net>2005-01-18 00:36:55 +0300
commit716b25337115df90fd9474cf81b2cd2cd5d944a2 (patch)
tree0bd78757a39c8e805de1f7eea1db77b0e920d4ca /examples
parent6656fbb214aede26982f8c954336d4db131cc482 (diff)
- working client-side tester for c2s connections
Diffstat (limited to 'examples')
-rw-r--r--examples/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/test.py b/examples/test.py
index 501adfc..15bf2a8 100644
--- a/examples/test.py
+++ b/examples/test.py
@@ -7,8 +7,8 @@ import traceback
import sys
import logging
-from pyxmpp import JID,Iq,Presence,Message,StreamError
-from pyxmpp.jabber import Client
+from pyxmpp.all import JID,Iq,Presence,Message,StreamError
+from pyxmpp.jabber.all import Client
class Disconnected(Exception):
pass