mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Introducing 'new style classes' (idea from Pull request #284)
This commit is contained in:
@@ -34,7 +34,7 @@ from lib.core.settings import GENERIC_SQL_COMMENT
|
||||
from lib.core.settings import PAYLOAD_DELIMITER
|
||||
from lib.core.unescaper import unescaper
|
||||
|
||||
class Agent:
|
||||
class Agent(object):
|
||||
"""
|
||||
This class defines the SQL agent methods.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user