diff options
author | alalazo <massimiliano.culpo@googlemail.com> | 2016-06-30 16:49:24 +0200 |
---|---|---|
committer | alalazo <massimiliano.culpo@googlemail.com> | 2016-06-30 16:49:24 +0200 |
commit | a770151359a9c573bfd967f79eab26670d499af0 (patch) | |
tree | fa55febd85f47c1dadc573da4fe03cbbe08b8830 /bin | |
parent | ba87937fffc5843b5f32246571b79d499dafeba3 (diff) | |
download | spack-a770151359a9c573bfd967f79eab26670d499af0.tar.gz spack-a770151359a9c573bfd967f79eab26670d499af0.tar.bz2 spack-a770151359a9c573bfd967f79eab26670d499af0.tar.xz spack-a770151359a9c573bfd967f79eab26670d499af0.zip |
module : minor improvement to output formatting
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ import llnl.util.tty as tty from llnl.util.tty.color import * import spack from spack.error import SpackError -import argparse +from external import argparse # Command parsing parser = argparse.ArgumentParser( |