Fixing syntax errors

This commit is contained in:
PanFritz
2015-07-07 13:07:07 +02:00
parent 93965cef7e
commit b65c2228f7

View File

@@ -3,7 +3,7 @@ from passlib.hash import pbkdf2_sha256 as crypt
from basecommands import simplecommand from basecommands import simplecommand
import time import time
import threading import threading
from secret import * from secrets import *
import mysqlhack import mysqlhack
from com.ziclix.python.sql import zxJDBC from com.ziclix.python.sql import zxJDBC