diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-03-12 22:24:47 -0400 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-03-14 16:21:15 -0700 |
commit | 9d01df9e8aca7e1ddd88d9c9b1f42ca048878635 (patch) | |
tree | b406cd2a6960fa8af784d2d44adf9234754db6d4 /bin | |
parent | 03ee31e0e8cf7c58eb4aafc6912e698c0a23427e (diff) | |
download | spack-9d01df9e8aca7e1ddd88d9c9b1f42ca048878635.tar.gz spack-9d01df9e8aca7e1ddd88d9c9b1f42ca048878635.tar.bz2 spack-9d01df9e8aca7e1ddd88d9c9b1f42ca048878635.tar.xz spack-9d01df9e8aca7e1ddd88d9c9b1f42ca048878635.zip |
Moving utilities to a common LLNL package.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,8 +41,8 @@ sys.path.insert(0, SPACK_LIB_PATH) # clean up the scope and start using spack package instead. del SPACK_FILE, SPACK_PREFIX, SPACK_LIB_PATH +import llnl.util.tty as tty import spack -import spack.tty as tty from spack.error import SpackError # Command parsing |