summaryrefslogtreecommitdiffstats
path: root/rteval/modules/loads/hackbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'rteval/modules/loads/hackbench.py')
-rw-r--r--rteval/modules/loads/hackbench.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rteval/modules/loads/hackbench.py b/rteval/modules/loads/hackbench.py
index cf09cfa..e040470 100644
--- a/rteval/modules/loads/hackbench.py
+++ b/rteval/modules/loads/hackbench.py
@@ -27,8 +27,8 @@
import sys, os, time, glob, subprocess, errno
from signal import SIGTERM, SIGKILL
-from modules.loads import CommandLineLoad
-from Log import Log
+from rteval.modules.loads import CommandLineLoad
+from rteval.Log import Log
class Hackbench(CommandLineLoad):