Review Board 2.0.15


Configs: Explicitly import env in Benchmarks.py

Review Request #497 - Created Feb. 22, 2011 and submitted

Information
Gabe Black
gem5
Reviewers
Default
ali, gblack, nate, stever
Configs: Explicitly import env in Benchmarks.py

env was being implicitly imported into Benchmarks.py through SysPaths.py.
This change brings it in explicitly in the file where it's used.

   
Ship it!
Posted (Feb. 23, 2011, 2:53 a.m.)
I'd like to see that change, but if you want to just get this in, I'm fine.
configs/common/Benchmarks.py (Diff revision 1)
 
 
I'd like to actually see us not use "*".  Is that painful?