Junk removal (in preparing for py3)

This commit is contained in:
Miroslav Stampar
2019-03-27 17:37:57 +01:00
parent 7356293007
commit b036fcc876
75 changed files with 31 additions and 404 deletions

View File

@@ -31,9 +31,6 @@ class Connector(GenericConnector):
License: https://cx-oracle.readthedocs.io/en/latest/license.html#license
"""
def __init__(self):
GenericConnector.__init__(self)
def connect(self):
self.initConnection()
self.__dsn = cx_Oracle.makedsn(self.hostname, self.port, self.db)