From: Eric Price Date: Sat, 29 Mar 2008 01:17:38 +0000 (-0400) Subject: Actually expose the function X-Git-Tag: sipb-xen-database/10.4.1~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/be9ccbda3c523e5d1ab3845734943fe55e9fac36 Actually expose the function svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=296 --- diff --git a/sipb_xen_database/models.py b/sipb_xen_database/models.py index 8b4a389..b075886 100644 --- a/sipb_xen_database/models.py +++ b/sipb_xen_database/models.py @@ -5,6 +5,7 @@ from sqlalchemy.ext.assignmapper import assign_mapper __all__ = ['meta', 'ctx', + 'clear_cache', 'machine_table', 'machine_access_table', 'nic_table',