summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/cmd/compiler.py')
-rw-r--r--lib/spack/spack/cmd/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/compiler.py b/lib/spack/spack/cmd/compiler.py
index 2a64dc914e..3173d11070 100644
--- a/lib/spack/spack/cmd/compiler.py
+++ b/lib/spack/spack/cmd/compiler.py
@@ -22,7 +22,7 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
-from external import argparse
+import argparse
import llnl.util.tty as tty
from llnl.util.tty.color import colorize