mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Pleasing the pylint gods
This commit is contained in:
@@ -12,7 +12,7 @@ from lib.core.data import conf
|
||||
from lib.core.data import logger
|
||||
from lib.core.enums import REGISTRY_OPERATION
|
||||
|
||||
class Registry:
|
||||
class Registry(object):
|
||||
"""
|
||||
This class defines methods to read and write Windows registry keys
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user