Fix import bug.

This commit is contained in:
Todd Gamblin 2014-01-26 02:20:56 -08:00
parent 6d956f372f
commit c0ea783310

View File

@ -23,8 +23,11 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
import argparse
import spack.cmd
import spack.packages as packages
description="Expand downloaded archive in preparation for install"
def setup_parser(subparser):