]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
hey, we don't need this.
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 May 2011 18:20:55 +0000 (14:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 May 2011 18:20:55 +0000 (14:20 -0400)
lib/sqlalchemy/orm/attributes.py

index 9ac7ed8e62bb5183c2bde519d0e0fcd47be52968..f7ded12ec08215f2fa6d7aa033610942c8b7b815 100644 (file)
@@ -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)