From 09064ea5526a744f68042da55ec1351b6f45444b Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Wed, 20 Apr 2011 19:07:44 -0700 Subject: python: fix another bug from changes to main.py --- configs/common/cpu2000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/common/cpu2000.py b/configs/common/cpu2000.py index 7fcd4bcc3..a8cc0ce5f 100644 --- a/configs/common/cpu2000.py +++ b/configs/common/cpu2000.py @@ -155,7 +155,7 @@ class Benchmark(object): cwd = process_args.get('cwd') if not cwd: - from m5.main import options + from m5 import options cwd = options.outdir process_args['cwd'] = cwd if not isdir(cwd): -- cgit v1.2.3