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:
@@ -34,9 +34,6 @@ class Connector(GenericConnector):
|
||||
to work, get it from http://sourceforge.net/projects/pymssql/files/pymssql/1.0.2/
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
GenericConnector.__init__(self)
|
||||
|
||||
def connect(self):
|
||||
self.initConnection()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user