From: Mike Bayer Date: Mon, 30 May 2011 18:20:55 +0000 (-0400) Subject: hey, we don't need this. X-Git-Tag: rel_0_7_1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95e0f96d055d1f4374d174e29856e56173a3eacf;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git hey, we don't need this. --- diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index 9ac7ed8e62..f7ded12ec0 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -588,17 +588,6 @@ class ScalarObjectAttributeImpl(ScalarAttributeImpl): uses_objects = True supports_population = True - def __init__(self, class_, key, callable_, dispatch, - trackparent=False, extension=None, copy_function=None, - **kwargs): - super(ScalarObjectAttributeImpl, self).__init__( - class_, - key, - callable_, dispatch, - trackparent=trackparent, - extension=extension, - **kwargs) - def delete(self, state, dict_): old = self.get(state, dict_) self.fire_remove_event(state, dict_, old, self)