Fix missing import in xep_0256 plugin.

This commit is contained in:
Lance Stout 2012-07-09 22:21:40 -07:00
parent fbad22a1cd
commit 7d20f0e9a6

View file

@ -9,6 +9,7 @@
import logging
from sleekxmpp import Presence
from sleekxmpp.exceptions import XMPPError
from sleekxmpp.plugins import BasePlugin, register_plugin
from sleekxmpp.xmlstream import register_stanza_plugin