X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/blobdiff_plain/2eaf13725429492375779f86f0586273fb1969c8..a63c9130969c412fb859f06e4c35098d68adaa44:/python/database/models.py?ds=sidebyside diff --git a/python/database/models.py b/python/database/models.py index 5c3a19a..e44aff3 100644 --- a/python/database/models.py +++ b/python/database/models.py @@ -14,6 +14,7 @@ __all__ = ['meta', 'disk_table', 'types_table', 'cdroms_table', + 'mirrors_table', 'autoinstalls_table', 'Machine', 'MachineAccess', @@ -21,6 +22,7 @@ __all__ = ['meta', 'Disk', 'Type', 'CDROM', + 'Mirror', 'Autoinstall', 'or_', ]