diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-10 04:26:35 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-03-10 04:26:35 +0000 |
commit | 05737ef9faa94dae32b2050be3f97b03fd9e8658 (patch) | |
tree | bd61746a8d0300110a373f87284e55c03bc396b7 /lib/sqlalchemy/attributes.py | |
parent | be4373c92d586ea60771f7e7b6e7d6535d812c55 (diff) | |
download | sqlalchemy-05737ef9faa94dae32b2050be3f97b03fd9e8658.tar.gz |
added exception import
Diffstat (limited to 'lib/sqlalchemy/attributes.py')
-rw-r--r-- | lib/sqlalchemy/attributes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/attributes.py b/lib/sqlalchemy/attributes.py index cc926b19c..a402a9e91 100644 --- a/lib/sqlalchemy/attributes.py +++ b/lib/sqlalchemy/attributes.py @@ -28,6 +28,7 @@ via the GenericBackrefExtension object. """ import util +from exceptions import * class SmartProperty(object): """Provides a property object that will communicate set/get/delete operations |