diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-06-26 22:41:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-26 22:41:58 -0700 |
commit | ece72e5337c15039b8868ed4ade8fd0e7fa8abf3 (patch) | |
tree | 9cb97db785e0d555497f04a7ec34684a46c8aa5e /bin | |
parent | bad32724ecc222077b2c8112ae1df8d03f3cbd84 (diff) | |
parent | 4952c4c7def96caef2b47160f8b9e08392ae348d (diff) | |
download | spack-ece72e5337c15039b8868ed4ade8fd0e7fa8abf3.tar.gz spack-ece72e5337c15039b8868ed4ade8fd0e7fa8abf3.tar.bz2 spack-ece72e5337c15039b8868ed4ade8fd0e7fa8abf3.tar.xz spack-ece72e5337c15039b8868ed4ade8fd0e7fa8abf3.zip |
Merge pull request #1030 from opoplawski/external
Remove last two remaining from external imports
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 -from external import argparse +import argparse # Command parsing parser = argparse.ArgumentParser( |