summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/cmd/arch.py')
-rw-r--r--lib/spack/spack/cmd/arch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/arch.py b/lib/spack/spack/cmd/arch.py
index cf2f96fd21..1badd40f7f 100644
--- a/lib/spack/spack/cmd/arch.py
+++ b/lib/spack/spack/cmd/arch.py
@@ -22,10 +22,10 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
-import spack
import spack.architecture as architecture
description = "Print the architecture for this machine"
+
def arch(parser, args):
print architecture.sys_type()