Skip to content
Snippets Groups Projects
Commit 56495522 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent a478cf86
No related branches found
No related tags found
No related merge requests found
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment