diff options
Diffstat (limited to 'tests/option_tests.py')
-rw-r--r-- | tests/option_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/option_tests.py b/tests/option_tests.py index 133570f0..56480a58 100644 --- a/tests/option_tests.py +++ b/tests/option_tests.py @@ -7,7 +7,7 @@ # See the LICENSE file in the source distribution for further information. import unittest -from sos.plugins import Plugin +from sos.report.plugins import Plugin from sos.policies import LinuxPolicy, InitSystem |