mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Junk removal (in preparing for py3)
This commit is contained in:
parent
7356293007
commit
b036fcc876
75 changed files with 31 additions and 404 deletions
|
|
@ -9,9 +9,6 @@ from lib.core.exception import SqlmapUnsupportedFeatureException
|
|||
from plugins.generic.connector import Connector as GenericConnector
|
||||
|
||||
class Connector(GenericConnector):
|
||||
def __init__(self):
|
||||
GenericConnector.__init__(self)
|
||||
|
||||
def connect(self):
|
||||
errMsg = "on SAP MaxDB it is not (currently) possible to establish a "
|
||||
errMsg += "direct connection"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue