From 5589474d62210e570d020af4a3daf0eb8bbf8c06 Mon Sep 17 00:00:00 2001 From: Ben Acland Date: Tue, 13 Aug 2013 12:50:57 -0500 Subject: [PATCH] without this, line 151 tries to call a module --- nipype/interfaces/nipy/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/interfaces/nipy/model.py b/nipype/interfaces/nipy/model.py index de756f37cf..0beeee6ca7 100644 --- a/nipype/interfaces/nipy/model.py +++ b/nipype/interfaces/nipy/model.py @@ -20,7 +20,7 @@ warnings.warn('nipy not installed') else: import nipy.modalities.fmri.design_matrix as dm - import nipy.labs.glm as GLM + import nipy.labs.glm.glm as GLM if have_nipy: try: