diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2020-07-23 23:04:41 +0200 |
---|---|---|
committer | Pavel Moravec <pmoravec@redhat.com> | 2020-07-23 23:04:41 +0200 |
commit | 5d6c5d5d4dd231fc52d3fc245019c0a4d00d6339 (patch) | |
tree | bd55ff59f108b67778ae71f167cb7cbdfe7a169b | |
parent | b005fdc5980057bfe7a65a1ec5893673c87e9258 (diff) | |
download | sos-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.py | 2 |
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): |