Removed unused imports

This commit is contained in:
Bernardo Damele 2010-10-20 22:48:51 +00:00
parent c60edf7c17
commit 7f1aa3b94f

View File

@ -37,9 +37,6 @@ from lib.techniques.error.use import errorUse
from lib.utils.resume import queryOutputLength
from lib.utils.resume import resume
from lib.core.settings import ERROR_SPACE
from lib.core.settings import ERROR_EMPTY_CHAR
def __goInference(payload, expression, charsetType=None, firstChar=None, lastChar=None):
start = time.time()