mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Pleasing the pylint gods
This commit is contained in:
@@ -56,7 +56,7 @@ from lib.core.settings import VIEWSTATE_REGEX
|
||||
from lib.request.connect import Connect as Request
|
||||
from thirdparty.six.moves import urllib as _urllib
|
||||
|
||||
class Web:
|
||||
class Web(object):
|
||||
"""
|
||||
This class defines web-oriented OS takeover functionalities for
|
||||
plugins.
|
||||
|
||||
Reference in New Issue
Block a user