optimize imports

This commit is contained in:
Jean-Philippe Caruana
2013-07-26 13:04:08 +02:00
parent 18dde97c8c
commit 2c26fb0d76
11 changed files with 8 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ from sleekxmpp.jid import JID
from sleekxmpp.stanza import Iq, StreamFeatures
from sleekxmpp.features.feature_bind import stanza
from sleekxmpp.xmlstream import register_stanza_plugin
from sleekxmpp.plugins import BasePlugin, register_plugin
from sleekxmpp.plugins import BasePlugin
log = logging.getLogger(__name__)

View File

@@ -6,7 +6,6 @@
See the file LICENSE for copying permission.
"""
import sys
import ssl
import logging

View File

@@ -8,7 +8,7 @@
import logging
from sleekxmpp.stanza import Iq, StreamFeatures
from sleekxmpp.stanza import StreamFeatures
from sleekxmpp.features.feature_preapproval import stanza
from sleekxmpp.xmlstream import register_stanza_plugin
from sleekxmpp.plugins.base import BasePlugin

View File

@@ -8,7 +8,7 @@
import logging
from sleekxmpp.stanza import Iq, StreamFeatures
from sleekxmpp.stanza import StreamFeatures
from sleekxmpp.features.feature_rosterver import stanza
from sleekxmpp.xmlstream import register_stanza_plugin
from sleekxmpp.plugins.base import BasePlugin