aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2020-07-23 23:04:41 +0200
committerPavel Moravec <pmoravec@redhat.com>2020-07-23 23:04:41 +0200
commit5d6c5d5d4dd231fc52d3fc245019c0a4d00d6339 (patch)
treebd55ff59f108b67778ae71f167cb7cbdfe7a169b
parentb005fdc5980057bfe7a65a1ec5893673c87e9258 (diff)
downloadsos-5d6c5d5d4dd231fc52d3fc245019c0a4d00d6339.tar.gz
[hyperv] import from proper class
To follow new directory structure. Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r--sos/report/plugins/hyperv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/report/plugins/hyperv.py b/sos/report/plugins/hyperv.py
index f7eb808d..8539256b 100644
--- a/sos/report/plugins/hyperv.py
+++ b/sos/report/plugins/hyperv.py
@@ -6,7 +6,7 @@
#
# See the LICENSE file in the source distribution for further information.
-from sos.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin
+from sos.report.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin
class Hyperv(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):