import things differently in xmpp so it works with python26. Fixes #5168

This commit is contained in:
Yann Leboulanger 2009-07-16 17:44:45 +02:00
parent a478cf863b
commit 5649552298
1 changed files with 1 additions and 1 deletions

View File

@ -10,10 +10,10 @@ Most of the xmpp classes are ancestors of PlugIn class to share a single set of
Thanks and credits to the xmpppy developers. See: http://xmpppy.sourceforge.net/
"""
from protocol import *
import simplexml, protocol, auth_nb, transports_nb, roster_nb
import dispatcher_nb, features_nb, idlequeue, bosh, tls_nb, proxy_connectors
from client_nb import NonBlockingClient
from plugin import PlugIn
from protocol import *
# vim: se ts=3: