further refactoring (all enumerations are now put into enums.py)

This commit is contained in:
Miroslav Stampar
2010-11-08 09:20:02 +00:00
parent 8e44aa605a
commit 862395ced1
54 changed files with 87 additions and 95 deletions

View File

@@ -8,8 +8,8 @@ See the file 'doc/COPYING' for copying permission
"""
from lib.core.convert import urlencode
from lib.core.enums import PRIORITY
from lib.core.exception import sqlmapUnsupportedFeatureException
from lib.core.priority import PRIORITY
__priority__ = PRIORITY.LOWER