diff --git a/scripts/recursive_develop.py b/scripts/recursive_develop.py index 716b4639..941d3ec2 100755 --- a/scripts/recursive_develop.py +++ b/scripts/recursive_develop.py @@ -1,7 +1,7 @@ #! /usr/bin/env spack-python import argparse -import spack.cmd +import spack.cmd import spack.main develop = spack.main.SpackCommand("develop")