mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
further refactoring (all enumerations are now put into enums.py)
This commit is contained in:
parent
8e44aa605a
commit
862395ced1
54 changed files with 87 additions and 95 deletions
|
|
@ -8,7 +8,7 @@ See the file 'doc/COPYING' for copying permission
|
|||
"""
|
||||
|
||||
from lib.core.data import logger
|
||||
from lib.core.settings import DBMS
|
||||
from lib.core.enums import DBMS
|
||||
|
||||
from plugins.generic.enumeration import Enumeration as GenericEnumeration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue