Fix instances of using undefined variables.

This commit is contained in:
Lance Stout
2012-02-18 11:56:10 -08:00
parent 94b57d232d
commit 977fcc0632
6 changed files with 10 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ import threading
import sleekxmpp
from sleekxmpp import Iq
from sleekxmpp.exceptions import XMPPError
from sleekxmpp.exceptions import XMPPError, IqError, IqTimeout
from sleekxmpp.plugins.base import base_plugin
from sleekxmpp.xmlstream.handler import Callback
from sleekxmpp.xmlstream.matcher import StanzaPath