mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Junk removal (in preparing for py3)
This commit is contained in:
@@ -30,9 +30,6 @@ class Connector(GenericConnector):
|
||||
Possible connectors: http://wiki.python.org/moin/MySQL
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
GenericConnector.__init__(self)
|
||||
|
||||
def connect(self):
|
||||
self.initConnection()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user