diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-13 18:47:52 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-13 18:47:52 -0400 |
commit | 44d21de457424f5623362474325aa6e5d3fe9e6d (patch) | |
tree | f86be2f10dcd2f00669c530ce0390711c5d9c2eb /lib/sqlalchemy/orm/attributes.py | |
parent | 38cb9bf78454b00792fc68f847165141c6f45be3 (diff) | |
download | sqlalchemy-44d21de457424f5623362474325aa6e5d3fe9e6d.tar.gz |
- rename _InspectionAttr to InspectionAttr
Diffstat (limited to 'lib/sqlalchemy/orm/attributes.py')
-rw-r--r-- | lib/sqlalchemy/orm/attributes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index 67e4dca9b..66197ba0e 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -30,7 +30,7 @@ from .base import state_str, instance_str @inspection._self_inspects class QueryableAttribute(interfaces._MappedAttribute, - interfaces._InspectionAttr, + interfaces.InspectionAttr, interfaces.PropComparator): """Base class for :term:`descriptor` objects that intercept attribute events on behalf of a :class:`.MapperProperty` |