[virt-tools-list] [PATCH 3/3] virtinst: Fix some minor pylint problems.
Giuseppe Scrivano
gscrivan at redhat.com
Fri Aug 9 12:18:56 UTC 2013
Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
virtinst/OSDistro.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/virtinst/OSDistro.py b/virtinst/OSDistro.py
index 575bb5b..85a2744 100644
--- a/virtinst/OSDistro.py
+++ b/virtinst/OSDistro.py
@@ -1031,12 +1031,13 @@ class MandrivaDistro(Distro):
class MageiaDistro(MandrivaDistro):
name = "Mageia"
+
class ALTLinuxDistro(Distro):
name = "ALT Linux"
os_type = "linux"
- _boot_iso_paths = [ ("altinst", "live") ]
- _hvm_kernel_paths = [ ("syslinux/alt0/vmlinuz", "syslinux/alt0/full.cz")]
+ _boot_iso_paths = [("altinst", "live")]
+ _hvm_kernel_paths = [("syslinux/alt0/vmlinuz", "syslinux/alt0/full.cz")]
_xen_kernel_paths = []
def isValidStore(self, fetcher, progresscb):
--
1.8.3.1
More information about the virt-tools-list
mailing list