diff options
Diffstat (limited to 'numbench/report.py')
-rw-r--r-- | numbench/report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numbench/report.py b/numbench/report.py index ecb13b0..986e641 100644 --- a/numbench/report.py +++ b/numbench/report.py @@ -20,7 +20,7 @@ import sys, numpy as np from shutil import copy as fcopy, copytree, rmtree import benchconfig as cfg -import benchutils as bu +from utils import benchutils as bu from htmlreport import HTMLreport from testdescr import testdescr from benchprint import Print |