mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-03 13:19:06 +00:00
further refactoring (all enumerations are now put into enums.py)
This commit is contained in:
@@ -9,7 +9,7 @@ See the file 'doc/COPYING' for copying permission
|
||||
|
||||
import random
|
||||
|
||||
from lib.core.priority import PRIORITY
|
||||
from lib.core.enums import PRIORITY
|
||||
|
||||
__priority__ = PRIORITY.LOW
|
||||
|
||||
|
||||
Reference in New Issue
Block a user