import & namespace fixes

- Fix Boost issue reported in SPACK-16
This commit is contained in:
Todd Gamblin 2014-06-23 09:37:53 -07:00
parent 8e066ebf2a
commit 8165393962
2 changed files with 1 additions and 3 deletions

View file

@ -33,7 +33,7 @@
# TODO: it's not clear where all the stuff that needs to be included in packages
# should live. This file is overloaded for spack core vs. for packages.
__all__ = ['Package', 'when', 'provides', 'depends_on',
'patch', 'Version', 'working_dir']
'patch', 'Version', 'working_dir', 'which', 'Executable']
import os
import tempfile

View file

@ -24,8 +24,6 @@
##############################################################################
import argparse
from pprint import pprint
import llnl.util.tty as tty
from llnl.util.tty.colify import colify
from llnl.util.lang import index_by