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

@@ -9,7 +9,9 @@
import logging
import hashlib
import random
import sys
from sleekxmpp.exceptions import IqError, IqTimeout
from sleekxmpp.stanza import Iq, StreamFeatures
from sleekxmpp.xmlstream import ElementBase, ET, register_stanza_plugin
from sleekxmpp.plugins.base import base_plugin