Configs: Explicitly import env in Benchmarks.py
authorGabe Black <gblack@eecs.umich.edu>
Thu, 24 Feb 2011 10:14:45 +0000 (02:14 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 24 Feb 2011 10:14:45 +0000 (02:14 -0800)
commitaa0cd525048ef3e4b6db706d7852bd16729a807f
treef1eee6495b6d003b8d20f7a268dbfadc3df9b2a3
parentae52ff631f80f970b8bee60237aefd927fa298bf
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.
configs/common/Benchmarks.py