removed some unused imports

This commit is contained in:
Tom Nichols
2010-07-12 12:16:58 -04:00
parent 55f83e8ab0
commit 1e009513ee
7 changed files with 2 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
See the file license.txt for copying permission.
"""
from .. xmlstream.stanzabase import ElementBase, ET
from .. xmlstream.stanzabase import ElementBase
class Nick(ElementBase):
namespace = 'http://jabber.org/nick/nick'