remove wildcards from make spack core and packages
- This removes all wildcard imports EXCEPT `from spack import *` in packages
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
|
||||
import os
|
||||
import shutil
|
||||
from llnl.util.filesystem import *
|
||||
|
||||
from llnl.util.filesystem import traverse_tree, mkdirp, touch
|
||||
|
||||
__all__ = ['LinkTree']
|
||||
|
||||
|
@@ -32,7 +32,7 @@
|
||||
from six import StringIO
|
||||
from six.moves import input
|
||||
|
||||
from llnl.util.tty.color import *
|
||||
from llnl.util.tty.color import cprint, cwrite, cescape, clen
|
||||
|
||||
_debug = False
|
||||
_verbose = False
|
||||
|
Reference in New Issue
Block a user