import things differently in xmpp so it works with python26. Fixes #5168
This commit is contained in:
parent
a478cf863b
commit
5649552298
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
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 simplexml, protocol, auth_nb, transports_nb, roster_nb
|
||||||
import dispatcher_nb, features_nb, idlequeue, bosh, tls_nb, proxy_connectors
|
import dispatcher_nb, features_nb, idlequeue, bosh, tls_nb, proxy_connectors
|
||||||
from client_nb import NonBlockingClient
|
from client_nb import NonBlockingClient
|
||||||
from plugin import PlugIn
|
from plugin import PlugIn
|
||||||
from protocol import *
|
|
||||||
|
|
||||||
# vim: se ts=3:
|
# vim: se ts=3:
|
||||||
|
|
Loading…
Add table
Reference in a new issue