remove wildcards from make spack core and packages

- This removes all wildcard imports EXCEPT `from spack import *` in packages
This commit is contained in:
Todd Gamblin
2017-10-23 14:23:00 +02:00
parent 7757ebc0bc
commit 7dd79094b0
85 changed files with 233 additions and 163 deletions

View File

@@ -26,7 +26,8 @@
import os
import shutil
from llnl.util.filesystem import *
from llnl.util.filesystem import traverse_tree, mkdirp, touch
__all__ = ['LinkTree']

View File

@@ -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