Don't forget to export the new admin-related variables.
[invirt/packages/invirt-database.git] / python / database / models.py
index ba23c6e..25d5f77 100644 (file)
@@ -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_',
            ]