Changed import to secret

This commit is contained in:
PanFritz
2015-07-07 13:05:19 +02:00
parent 8971523d6d
commit 93965cef7e

View File

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