From: Mike Bayer Date: Fri, 10 Mar 2006 04:26:35 +0000 (+0000) Subject: added exception import X-Git-Tag: rel_0_1_4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05737ef9faa94dae32b2050be3f97b03fd9e8658;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git added exception import --- 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