summaryrefslogtreecommitdiff
path: root/configs/example/hmctest.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/hmctest.py')
-rw-r--r--configs/example/hmctest.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/configs/example/hmctest.py b/configs/example/hmctest.py
index bd6ca24d1..6e1ad457b 100644
--- a/configs/example/hmctest.py
+++ b/configs/example/hmctest.py
@@ -6,9 +6,10 @@ import m5
from m5.objects import *
from m5.util import addToPath
-addToPath('../common')
-import MemConfig
-import HMC
+addToPath('../')
+
+from common import MemConfig
+from common import HMC
parser = optparse.OptionParser()