Update server.py

This commit is contained in:
evildad 2015-07-28 21:48:00 +02:00
parent 6ea1a86e24
commit 62e78d3061
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