diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-11 13:15:51 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-11 13:15:51 -0400 |
| commit | a6b62cc3fed5f06d3428b1f6ee13756175ded61b (patch) | |
| tree | 6483de311229fae0b40e9caf36b579b4f1c58ff2 /examples/custom_attributes | |
| parent | 5cce6bf2a86cb318d80953cd3712fcb77bbc52db (diff) | |
| download | sqlalchemy-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.py | 3 |
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): |
