diff options
author | alalazo <massimiliano.culpo@googlemail.com> | 2016-07-01 14:30:01 +0200 |
---|---|---|
committer | alalazo <massimiliano.culpo@googlemail.com> | 2016-07-01 14:30:01 +0200 |
commit | 0e171127b99e06d05631fe6391cb20b813bc1747 (patch) | |
tree | 3e160c201740a1994ab30baab466717ff303ee49 | |
parent | f0f7b23c8a6804da6d215e15712c99a6d72e782a (diff) | |
download | spack-0e171127b99e06d05631fe6391cb20b813bc1747.tar.gz spack-0e171127b99e06d05631fe6391cb20b813bc1747.tar.bz2 spack-0e171127b99e06d05631fe6391cb20b813bc1747.tar.xz spack-0e171127b99e06d05631fe6391cb20b813bc1747.zip |
module : reverted typo introduced in a previous commit
-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 -from external import argparse +import argparse # Command parsing parser = argparse.ArgumentParser( |