Removed unused imports and variables (pyflake-ing)

This commit is contained in:
Miroslav Stampar
2012-12-06 11:15:05 +01:00
parent b6650add46
commit ab67344448
36 changed files with 10 additions and 79 deletions

View File

@@ -5,8 +5,6 @@ Copyright (c) 2006-2012 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
from lib.core.common import randomRange
from lib.core.data import kb
from lib.core.enums import PRIORITY
__priority__ = PRIORITY.NORMAL