diff options
Diffstat (limited to 'tests/plugin_tests.py')
-rw-r--r-- | tests/plugin_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 2b6cdb21..207cb724 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -17,7 +17,7 @@ try: except: from io import StringIO -from sos.plugins import Plugin, regex_findall, _mangle_command +from sos.report.plugins import Plugin, regex_findall, _mangle_command from sos.archive import TarFileArchive from sos.policies import LinuxPolicy, InitSystem import sos.policies |