summaryrefslogtreecommitdiff
path: root/sleekxmpp/clientxmpp.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-07-02 21:43:02 -0700
committerLance Stout <lancestout@gmail.com>2011-07-02 21:43:02 -0700
commitb0297af38d6dcd9ebfdaa0131ea798c9fe2b8c63 (patch)
treea22a8054527875e072bcc1eff67be6f364cd47b1 /sleekxmpp/clientxmpp.py
parent04def6d9256b0d5ef97d75b08ae9330d3c253948 (diff)
downloadslixmpp-b0297af38d6dcd9ebfdaa0131ea798c9fe2b8c63.tar.gz
slixmpp-b0297af38d6dcd9ebfdaa0131ea798c9fe2b8c63.tar.bz2
slixmpp-b0297af38d6dcd9ebfdaa0131ea798c9fe2b8c63.tar.xz
slixmpp-b0297af38d6dcd9ebfdaa0131ea798c9fe2b8c63.zip
Finish cleaning up stream feature organization.
Fixed missing references that weren't caught due to leftover pyc file allowing tests to keep working when they shouldn't have.
Diffstat (limited to 'sleekxmpp/clientxmpp.py')
-rw-r--r--sleekxmpp/clientxmpp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py
index 7245053f..17a7582f 100644
--- a/sleekxmpp/clientxmpp.py
+++ b/sleekxmpp/clientxmpp.py
@@ -21,7 +21,6 @@ from sleekxmpp import stanza
from sleekxmpp import features
from sleekxmpp.basexmpp import BaseXMPP
from sleekxmpp.stanza import *
-from sleekxmpp.stanza.stream import tls, sasl
from sleekxmpp.xmlstream import XMLStream, RestartStream
from sleekxmpp.xmlstream import StanzaBase, ET, register_stanza_plugin
from sleekxmpp.xmlstream.matcher import *