mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-13 12:14:23 -04:00
another object.__init__() call with args....might need to build py2.6 to test this more completely....
This commit is contained in:
@@ -791,7 +791,7 @@ class ClauseParameters(object):
|
||||
"""
|
||||
|
||||
def __init__(self, dialect, positional=None):
|
||||
super(ClauseParameters, self).__init__(self)
|
||||
super(ClauseParameters, self).__init__()
|
||||
self.dialect = dialect
|
||||
self.binds = {}
|
||||
self.binds_to_names = {}
|
||||
|
||||
Reference in New Issue
Block a user