few fixes and minor cosmetics

This commit is contained in:
Miroslav Stampar
2011-07-08 06:02:31 +00:00
parent aedcf8c8d7
commit c517e97a44
13 changed files with 59 additions and 54 deletions

View File

@@ -7,7 +7,7 @@ Copyright (c) 2006-2011 sqlmap developers (http://www.sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
from lib.core.datatype import advancedDict
from lib.core.datatype import AttribDict
_defaults = {
"timeSec": 5,
@@ -25,4 +25,4 @@ _defaults = {
"tech": "BEUST"
}
defaults = advancedDict(_defaults)
defaults = AttribDict(_defaults)