summaryrefslogtreecommitdiff
path: root/sleekxmpp/__init__.py
diff options
context:
space:
mode:
authorTom Nichols <tmnichols@gmail.com>2010-07-12 12:16:58 -0400
committerTom Nichols <tmnichols@gmail.com>2010-07-12 12:16:58 -0400
commit1e009513ee40cc12320732ac286fdeb2baf634ef (patch)
tree38edba1447be1ee668a165ca2dd506d673b37095 /sleekxmpp/__init__.py
parent55f83e8ab03d1f1824a5ed286d612c155112d318 (diff)
downloadslixmpp-1e009513ee40cc12320732ac286fdeb2baf634ef.tar.gz
slixmpp-1e009513ee40cc12320732ac286fdeb2baf634ef.tar.bz2
slixmpp-1e009513ee40cc12320732ac286fdeb2baf634ef.tar.xz
slixmpp-1e009513ee40cc12320732ac286fdeb2baf634ef.zip
removed some unused imports
Diffstat (limited to 'sleekxmpp/__init__.py')
-rw-r--r--sleekxmpp/__init__.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/sleekxmpp/__init__.py b/sleekxmpp/__init__.py
index a996999a..2696ca3b 100644
--- a/sleekxmpp/__init__.py
+++ b/sleekxmpp/__init__.py
@@ -14,24 +14,13 @@ from . xmlstream.xmlstream import XMLStream
from . xmlstream.xmlstream import RestartStream
from . xmlstream.matcher.xmlmask import MatchXMLMask
from . xmlstream.matcher.xpath import MatchXPath
-from . xmlstream.matcher.many import MatchMany
from . xmlstream.handler.callback import Callback
-from . xmlstream.stanzabase import StanzaBase
-from . xmlstream import xmlstream as xmlstreammod
-from . stanza.message import Message
-from . stanza.iq import Iq
-import time
import logging
import base64
import sys
import random
-import copy
-from . import plugins
from xml.etree.cElementTree import tostring
-from xml.etree.cElementTree import Element
-from cStringIO import StringIO
-#from . import stanza
srvsupport = True
try:
import dns.resolver