Minor refactoring (unused imports)

This commit is contained in:
Miroslav Stampar
2017-10-10 16:14:39 +02:00
parent 94a337b2e3
commit b7db28a89b
4 changed files with 4 additions and 7 deletions

View File

@@ -5,11 +5,9 @@ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import os
import string
from lib.core.enums import PRIORITY
from lib.core.common import singleTimeWarnMessage
__priority__ = PRIORITY.LOWEST