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. See the file LICENSE for copying permission.
""" """
from xml.etree import cElementTree as ET
import copy
import logging import logging
import sys import sys
import weakref import weakref
import copy from xml.etree import cElementTree as ET
from . jid import JID
from sleekxmpp.xmlstream import JID
from sleekxmpp.xmlstream.tostring import tostring from sleekxmpp.xmlstream.tostring import tostring
xmltester = type(ET.Element('xml')) xmltester = type(ET.Element('xml'))