mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Cleaned stanzabase imports.
This commit is contained in:
parent
5da7bd1866
commit
4b52007e8c
1 changed files with 4 additions and 3 deletions
|
@ -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'))
|
||||||
|
|
Loading…
Reference in a new issue