summaryrefslogtreecommitdiff
path: root/virt-manager
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-06-16 22:19:17 -0400
committerCole Robinson <crobinso@redhat.com>2019-06-17 00:12:32 -0400
commit3062b5ce08cad6dedca8b2001ea239d54360973c (patch)
treecd39748d6b2d29bd531f0c28c1b4d015097a6f9c /virt-manager
parentfa3f25dc1c6a73acf4e8e1f3a1c3c819dd6d4efa (diff)
downloadvirt-manager-3062b5ce08cad6dedca8b2001ea239d54360973c.tar.gz
virtManager: Move a lot of misc files to lib/
Diffstat (limited to 'virt-manager')
-rwxr-xr-xvirt-manager4
1 files changed, 2 insertions, 2 deletions
diff --git a/virt-manager b/virt-manager
index 5da572f3..ca6a5934 100755
--- a/virt-manager
+++ b/virt-manager
@@ -228,9 +228,9 @@ def main():
if options.trace_libvirt:
log.debug("Libvirt tracing requested")
- import virtManager.module_trace
+ from virtManager.lib import module_trace
import libvirt
- virtManager.module_trace.wrap_module(libvirt,
+ module_trace.wrap_module(libvirt,
mainloop=(options.trace_libvirt == "mainloop"),
regex=None)