summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-06-26 22:41:58 -0700
committerGitHub <noreply@github.com>2016-06-26 22:41:58 -0700
commitece72e5337c15039b8868ed4ade8fd0e7fa8abf3 (patch)
tree9cb97db785e0d555497f04a7ec34684a46c8aa5e /bin
parentbad32724ecc222077b2c8112ae1df8d03f3cbd84 (diff)
parent4952c4c7def96caef2b47160f8b9e08392ae348d (diff)
downloadspack-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-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index 9b1276a866..e9307d1485 100755
--- a/bin/spack
+++ b/bin/spack
@@ -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(