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.
This commit is contained in:
Lance Stout
2011-07-02 21:43:02 -07:00
parent 04def6d925
commit b0297af38d
4 changed files with 9 additions and 11 deletions

View File

@@ -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 *