[virt-tools-list] [virt-manager PATCH] cli: unify tag style
Chen Hanxiao
chen_han_xiao at 126.com
Tue Feb 18 14:34:20 UTC 2014
From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
Unify tag style, looks a little better.
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.
virtinst/cli.py | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/virtinst/cli.py b/virtinst/cli.py
index 25d748e..fb2569e 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -187,9 +187,9 @@ def setupLogging(appname, debug_stdout, do_quiet, cli_app=True):
logging.debug("Launched with command line: %s", " ".join(sys.argv))
-#######################################
-# Libvirt connection helpers #
-#######################################
+##############################
+# Libvirt connection helpers #
+##############################
def getConnection(uri):
logging.debug("Requesting libvirt URI %s", (uri or "default"))
@@ -548,9 +548,9 @@ def set_os_variant(obj, distro_type, distro_variant):
obj.os_variant = distkey
-#############################
-# Common CLI option/group #
-#############################
+###########################
+# Common CLI option/group #
+###########################
def add_connect_option(parser, invoker=None):
if invoker == "virt-xml":
@@ -1413,9 +1413,9 @@ class ParserBoot(VirtCLIParser):
VirtCLIParser._parse(self, opts, inst)
-######################
-# --idmap parsing #
-######################
+###################
+# --idmap parsing #
+###################
class ParserIdmap(VirtCLIParser):
def _init_params(self):
@@ -2129,9 +2129,9 @@ class ParserSound(VirtCLIParser):
return VirtCLIParser._parse(self, opts, inst)
-#####################
+#########################
# --host-device parsing #
-#####################
+#########################
class ParserHostdev(VirtCLIParser):
def _init_params(self):
--
1.8.4.2
More information about the virt-tools-list
mailing list