Merge pull request #25 from evildad/master

fix missing imports
This commit is contained in:
Daniel Gultsch 2015-07-28 21:50:24 +02:00
commit fe8b957f2f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import yaml
from sleekxmpp.componentxmpp import ComponentXMPP from sleekxmpp.componentxmpp import ComponentXMPP
from threading import Event from threading import Event
from threading import Lock from threading import Lock
from threading import Thread
try: try:
# Python 3 # Python 3