diff options
-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): |