mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor refactoring (unused imports)
This commit is contained in:
parent
94a337b2e3
commit
b7db28a89b
4 changed files with 4 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue