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,8 +5,7 @@
See the file license.txt for copying permission.
"""
from .. xmlstream.stanzabase import ElementBase, ET, JID
import logging
from .. xmlstream.stanzabase import ElementBase, ET
class Roster(ElementBase):
namespace = 'jabber:iq:roster'