import things differently in xmpp so it works with python26. Fixes #5168
This commit is contained in:
parent
a478cf863b
commit
5649552298
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue