aboutsummaryrefslogtreecommitdiffstats
path: root/example_plugins/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_plugins/example.py')
-rwxr-xr-xexample_plugins/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_plugins/example.py b/example_plugins/example.py
index ac4bc790..0f6ece47 100755
--- a/example_plugins/example.py
+++ b/example_plugins/example.py
@@ -6,7 +6,7 @@
#
# See the LICENSE file in the source distribution for further information.
-from sos.plugins import Plugin, RedHatPlugin
+from sos.report.plugins import Plugin, RedHatPlugin
# the class name determines the plugin name
# if you want to override it simply provide a @classmethod name()