osdict: Move OSDB definition closer to _OSDB class

This commit is contained in:
Cole Robinson 2019-03-05 12:16:49 -05:00
parent 6537659ea6
commit cb9d610a05

View File

@ -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()