summaryrefslogtreecommitdiff
path: root/virtManager/config.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-06-14 16:34:00 -0400
committerCole Robinson <crobinso@redhat.com>2019-06-14 17:12:19 -0400
commitab7b3c189f52e7d29c0c4d698e7cc034e7017ea5 (patch)
tree17157bd003ced88614d06ee0eb507aced57f7e92 /virtManager/config.py
parent0e5fb7d7c293ffc96bc69344890ab67a3a3da7e0 (diff)
downloadvirt-manager-ab7b3c189f52e7d29c0c4d698e7cc034e7017ea5.tar.gz
Move virtcli/cliconfig.py to virtinst/buildconfig.py
There's really no reason for the split, just contain it all within virtinst for simplicity
Diffstat (limited to 'virtManager/config.py')
-rw-r--r--virtManager/config.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/virtManager/config.py b/virtManager/config.py
index e19f3f59..e8d086b6 100644
--- a/virtManager/config.py
+++ b/virtManager/config.py
@@ -160,11 +160,11 @@ class vmmConfig(object):
def is_initialized(cls):
return bool(cls._instance)
- def __init__(self, CLIConfig, CLITestOptions):
+ def __init__(self, BuildConfig, CLITestOptions):
self.appname = "virt-manager"
- self.appversion = CLIConfig.version
+ self.appversion = BuildConfig.version
self.conf_dir = "/org/virt-manager/%s/" % self.appname
- self.ui_dir = CLIConfig.ui_dir
+ self.ui_dir = BuildConfig.ui_dir
self.conf = _SettingsWrapper("org.virt-manager.virt-manager")
@@ -177,8 +177,8 @@ class vmmConfig(object):
# the keyring
self.keyring = None
- self.default_graphics_from_config = CLIConfig.default_graphics
- self.default_hvs = CLIConfig.default_hvs
+ self.default_graphics_from_config = BuildConfig.default_graphics
+ self.default_hvs = BuildConfig.default_hvs
self.default_storage_format_from_config = "qcow2"
self.default_console_resizeguest = 0