diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-09-22 23:04:40 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-09-22 23:04:40 +0000 |
commit | 2e6a25f47914ab76773c596d4502924048724c6e (patch) | |
tree | fed6bd1f25de89175b1d025886d009c254b510ac /lib/sqlalchemy/attributes.py | |
parent | 5b99ac8fc12b98ddb68eee208f0714be119c6895 (diff) | |
download | sqlalchemy-2e6a25f47914ab76773c596d4502924048724c6e.tar.gz |
future log lines
Diffstat (limited to 'lib/sqlalchemy/attributes.py')
-rw-r--r-- | lib/sqlalchemy/attributes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/attributes.py b/lib/sqlalchemy/attributes.py index 97e2ce7e4..2d3f910d8 100644 --- a/lib/sqlalchemy/attributes.py +++ b/lib/sqlalchemy/attributes.py @@ -697,7 +697,7 @@ class AttributeManager(object): def register_attribute(self, class_, key, uselist, callable_=None, **kwargs): """registers an attribute at the class level to be instrumented for all instances of the class.""" - #print "register attribute", key, "for class", class_ + #print self, "register attribute", key, "for class", class_ if not hasattr(class_, '_state'): def _get_state(self): try: |