aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/report_tests.py')
-rw-r--r--tests/report_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/report_tests.py b/tests/report_tests.py
index e4304746..3418f16e 100644
--- a/tests/report_tests.py
+++ b/tests/report_tests.py
@@ -13,7 +13,7 @@ try:
except ImportError:
import simplejson as json
-from sos.reporting import (Report, Section, Command, CopiedFile, CreatedFile,
+from sos.report.reporting import (Report, Section, Command, CopiedFile, CreatedFile,
Alert, PlainTextReport)