Fix pyflakes complaints for XEP-0115 plugin.

This commit is contained in:
Lance Stout
2012-02-17 11:40:51 -08:00
parent c43c7be86c
commit 86a482e032
3 changed files with 3 additions and 4 deletions

View File

@@ -8,9 +8,8 @@
import logging
import sleekxmpp
from sleekxmpp.xmlstream import JID
from sleekxmpp.plugins.xep_0030 import StaticDisco
from sleekxmpp.exceptions import IqError, IqTimeout
log = logging.getLogger(__name__)