From: Evan Broder Date: Sat, 28 Feb 2009 01:51:27 +0000 (-0500) Subject: Don't forget to export the new admin-related variables. X-Git-Tag: 0.2.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/476d485a554bedcf216a7075560922156a90ba67 Don't forget to export the new admin-related variables. svn path=/trunk/packages/invirt-database/; revision=2225 --- diff --git a/python/database/models.py b/python/database/models.py index ba23c6e..25d5f77 100644 --- a/python/database/models.py +++ b/python/database/models.py @@ -19,6 +19,7 @@ __all__ = ['meta', 'mirrors_table', 'autoinstalls_table', 'owners_table', + 'admins_table', 'Machine', 'MachineAccess', 'NIC', @@ -28,6 +29,7 @@ __all__ = ['meta', 'Mirror', 'Autoinstall', 'Owner', + 'Admin', 'or_', ]