summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'numbench/benchprint.py')
-rw-r--r--numbench/benchprint.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numbench/benchprint.py b/numbench/benchprint.py
index 3f3e577..0cbd0b6 100644
--- a/numbench/benchprint.py
+++ b/numbench/benchprint.py
@@ -22,7 +22,8 @@ except NameError:
if needsinitialization:
- import benchconfig as cfg, benchutils as bu
+ import benchconfig as cfg
+ from utils import benchutils as bu
from os.path import dirname, join as pjoin
class _Print: