python: fix another bug from changes to main.py
authorNathan Binkert <nate@binkert.org>
Thu, 21 Apr 2011 02:07:44 +0000 (19:07 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 21 Apr 2011 02:07:44 +0000 (19:07 -0700)
configs/common/cpu2000.py

index 7fcd4bcc3cfd6ee1c7857212711f0bcec48001a3..a8cc0ce5f0b4b35aa98012f1d4d5ae8bc904ae9b 100644 (file)
@@ -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):