Remove import of os

The import of `os` is no longer needed.
This commit is contained in:
Glenn Johnson 2016-07-11 20:21:25 -05:00
parent 81daaddfe9
commit 5e323b052a

View File

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