[libvirt] [PATCH sandbox-image 7/9] cli: Remove unused constants

Radostin Stoyanov rstoyanov1 at gmail.com
Wed Apr 18 20:57:45 UTC 2018


Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
 libvirt_sandbox_image/cli.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libvirt_sandbox_image/cli.py b/libvirt_sandbox_image/cli.py
index 08c88a4..e96d422 100644
--- a/libvirt_sandbox_image/cli.py
+++ b/libvirt_sandbox_image/cli.py
@@ -40,9 +40,6 @@ else:
     default_template_dir = os.environ['HOME'] + "/.local/share/libvirt/templates"
     default_image_dir = os.environ['HOME'] + "/.local/share/libvirt/images"
 
-debug = False
-verbose = False
-
 gettext.bindtextdomain("libvirt-sandbox", "/usr/share/locale")
 gettext.textdomain("libvirt-sandbox")
 try:
-- 
2.14.3




More information about the libvir-list mailing list