Add missing 'import os'. (#2012)

This commit is contained in:
Kelly Thompson 2016-10-14 13:00:43 -06:00 committed by Todd Gamblin
parent 48f23aadbe
commit e359a7ca59

View file

@ -23,6 +23,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
from spack import *
import os
class Mpich(Package):