From 476d485a554bedcf216a7075560922156a90ba67 Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Fri, 27 Feb 2009 20:51:27 -0500
Subject: [PATCH] Don't forget to export the new admin-related variables.

svn path=/trunk/packages/invirt-database/; revision=2225
---
 python/database/models.py |    2 ++
 1 file changed, 2 insertions(+)

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_',
            ]
 
-- 
1.7.9.5