summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'numbench/reports')
-rw-r--r--numbench/reports/__init__.py0
-rw-r--r--numbench/reports/html.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/numbench/reports/__init__.py b/numbench/reports/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/numbench/reports/__init__.py
diff --git a/numbench/reports/html.py b/numbench/reports/html.py
index 356f2ab..0ab9ba4 100644
--- a/numbench/reports/html.py
+++ b/numbench/reports/html.py
@@ -19,7 +19,7 @@ import time
from os.path import join as pjoin, basename
from xml.sax.saxutils import escape as xmlescape
-import benchconfig as cfg
+from .. import benchconfig as cfg
class ReportFile:
def __init__(self, fname, title='Benchmarks report', \