summaryrefslogtreecommitdiff
path: root/examples/custom_attributes
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-07-11 13:15:51 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-07-11 13:15:51 -0400
commita6b62cc3fed5f06d3428b1f6ee13756175ded61b (patch)
tree6483de311229fae0b40e9caf36b579b4f1c58ff2 /examples/custom_attributes
parent5cce6bf2a86cb318d80953cd3712fcb77bbc52db (diff)
downloadsqlalchemy-a6b62cc3fed5f06d3428b1f6ee13756175ded61b.tar.gz
Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual intervention
Diffstat (limited to 'examples/custom_attributes')
-rw-r--r--examples/custom_attributes/listen_for_events.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/custom_attributes/listen_for_events.py b/examples/custom_attributes/listen_for_events.py
index 002765739..6d467fbbc 100644
--- a/examples/custom_attributes/listen_for_events.py
+++ b/examples/custom_attributes/listen_for_events.py
@@ -4,7 +4,8 @@ across the board.
"""
-from sqlalchemy.orm.interfaces import AttributeExtension, InstrumentationManager
+from sqlalchemy.orm.interfaces import AttributeExtension, \
+ InstrumentationManager
class InstallListeners(InstrumentationManager):
def post_configure_attribute(self, class_, key, inst):