From 05737ef9faa94dae32b2050be3f97b03fd9e8658 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 10 Mar 2006 04:26:35 +0000 Subject: [PATCH] added exception import --- lib/sqlalchemy/attributes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sqlalchemy/attributes.py b/lib/sqlalchemy/attributes.py index cc926b19c8..a402a9e914 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 -- 2.47.2