mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
osdict: Move OSDB definition closer to _OSDB class
This commit is contained in:
parent
6537659ea6
commit
cb9d610a05
@ -224,6 +224,9 @@ class _OSDB(object):
|
||||
return _sort(sortmap)
|
||||
|
||||
|
||||
OSDB = _OSDB()
|
||||
|
||||
|
||||
#####################
|
||||
# OsVariant classes #
|
||||
#####################
|
||||
@ -724,6 +727,3 @@ class OSInstallScript:
|
||||
def generate_cmdline(self, config):
|
||||
return self._script.generate_command_line(
|
||||
self._osobj.get_handle(), config)
|
||||
|
||||
|
||||
OSDB = _OSDB()
|
||||
|
Loading…
Reference in New Issue
Block a user