diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-01-08 01:27:04 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-01-08 01:27:04 +0000 |
commit | ccabafde3fff5533853bca35682661cf1985b576 (patch) | |
tree | 67d4096d203833360b9444bef6918e9efc855fc4 /lib/sqlalchemy/attributes.py | |
parent | 113398519a74e58c09cda2c130a34f7ae4b0c417 (diff) | |
download | sqlalchemy-ccabafde3fff5533853bca35682661cf1985b576.tar.gz |
misc commenty type stuff
Diffstat (limited to 'lib/sqlalchemy/attributes.py')
-rw-r--r-- | lib/sqlalchemy/attributes.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sqlalchemy/attributes.py b/lib/sqlalchemy/attributes.py index d84ece1f6..f87f4de9d 100644 --- a/lib/sqlalchemy/attributes.py +++ b/lib/sqlalchemy/attributes.py @@ -242,8 +242,6 @@ class MTOBackrefExtension(AttributeExtension): getattr(oldchild, self.key).remove(obj) if child is not None: getattr(child, self.key).append(obj) -# getattr(child, self.key).append(obj) - class AttributeManager(object): """maintains a set of per-attribute history container objects for a set of objects.""" def __init__(self): |