summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/attributes.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-03-10 04:26:35 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-03-10 04:26:35 +0000
commit05737ef9faa94dae32b2050be3f97b03fd9e8658 (patch)
treebd61746a8d0300110a373f87284e55c03bc396b7 /lib/sqlalchemy/attributes.py
parentbe4373c92d586ea60771f7e7b6e7d6535d812c55 (diff)
downloadsqlalchemy-05737ef9faa94dae32b2050be3f97b03fd9e8658.tar.gz
added exception import
Diffstat (limited to 'lib/sqlalchemy/attributes.py')
-rw-r--r--lib/sqlalchemy/attributes.py1
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