import & namespace fixes
- Fix Boost issue reported in SPACK-16
This commit is contained in:
parent
8e066ebf2a
commit
8165393962
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue