From: Nathan Binkert Date: Thu, 21 Apr 2011 02:07:44 +0000 (-0700) Subject: python: fix another bug from changes to main.py X-Git-Tag: stable_2012_02_02~378 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09064ea5526a744f68042da55ec1351b6f45444b;p=gem5.git python: fix another bug from changes to main.py --- 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):