Cleaned stanzabase imports.

This commit is contained in:
Lance Stout 2010-08-12 23:24:09 -04:00
parent 5da7bd1866
commit 4b52007e8c

View file

@ -5,13 +5,14 @@
See the file LICENSE for copying permission.
"""
from xml.etree import cElementTree as ET
import copy
import logging
import sys
import weakref
import copy
from . jid import JID
from xml.etree import cElementTree as ET
from sleekxmpp.xmlstream import JID
from sleekxmpp.xmlstream.tostring import tostring
xmltester = type(ET.Element('xml'))