From 6b3b2f48e383b8b0141ec6aec77f2b02a117ca85 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 31 May 2011 13:27:42 -0400 Subject: [PATCH] virt-manager.py: Log virtManager import location --- src/virt-manager.py.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/virt-manager.py.in b/src/virt-manager.py.in index 4df4fa17d..825bab8bd 100755 --- a/src/virt-manager.py.in +++ b/src/virt-manager.py.in @@ -261,6 +261,7 @@ def main(): setup_i18n() setup_pypath() + import virtManager from virtManager import cli # Need to do this before GTK strips args like --sync @@ -307,6 +308,7 @@ def main(): logging.debug("Launched as: %s" % origargs) logging.debug("GTK version: %s" % str(gtk.gtk_version)) + logging.debug("virtManager import: %s" % str(virtManager)) # Make sure we have a sufficiently new virtinst version, since we are # very closely tied to the lib