aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pmstestsuite/output/html.py')
-rw-r--r--pmstestsuite/output/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmstestsuite/output/html.py b/pmstestsuite/output/html.py
index d5e0676..1e497b1 100644
--- a/pmstestsuite/output/html.py
+++ b/pmstestsuite/output/html.py
@@ -6,7 +6,7 @@ from collections import defaultdict
from gentoopm.util import ABCObject
from abc import abstractmethod
-from pmstestsuite.output import OutputModule
+from . import OutputModule
class HTMLOutput(OutputModule):
name = 'html'