summaryrefslogtreecommitdiff
path: root/configs/example/etrace_replay.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/etrace_replay.py')
-rw-r--r--configs/example/etrace_replay.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/example/etrace_replay.py b/configs/example/etrace_replay.py
index e39024f0f..0b0e37ffd 100644
--- a/configs/example/etrace_replay.py
+++ b/configs/example/etrace_replay.py
@@ -41,13 +41,13 @@ import optparse
from m5.util import addToPath, fatal
-addToPath('../common')
+addToPath('../')
-import Options
-import Simulation
-import CacheConfig
-import MemConfig
-from Caches import *
+from common import Options
+from common import Simulation
+from common import CacheConfig
+from common import MemConfig
+from common.Caches import *
parser = optparse.OptionParser()
Options.addCommonOptions(parser)