Trivial update

This commit is contained in:
Miroslav Stampar
2020-08-04 10:34:18 +02:00
parent bcfd9c3f48
commit 435fd49f1d
5 changed files with 12 additions and 7 deletions

View File

@@ -5,11 +5,8 @@ Copyright (c) 2006-2020 sqlmap developers (http://sqlmap.org/)
See the file 'LICENSE' for copying permission
"""
import os
import re
from lib.core.common import singleTimeWarnMessage
from lib.core.enums import DBMS
from lib.core.enums import PRIORITY
__priority__ = PRIORITY.HIGHEST