Fix missing import statement.

Fixes issue #105
This commit is contained in:
Lance Stout 2011-10-04 10:36:52 -04:00
parent e37adace62
commit eccac859ad

View file

@ -14,6 +14,7 @@ from .. stanza.presence import Presence
from .. xmlstream.handler.callback import Callback from .. xmlstream.handler.callback import Callback
from .. xmlstream.matcher.xpath import MatchXPath from .. xmlstream.matcher.xpath import MatchXPath
from .. xmlstream.matcher.xmlmask import MatchXMLMask from .. xmlstream.matcher.xmlmask import MatchXMLMask
from sleekxmpp.exceptions import IqError, IqTimeout
log = logging.getLogger(__name__) log = logging.getLogger(__name__)