From 06db6340c059a52ff36a3b5342b471c2210d00cd Mon Sep 17 00:00:00 2001 From: Victor Saase Date: Sat, 17 Oct 2015 19:16:12 +0200 Subject: [PATCH] fix epiunwarp missing --- cmp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmp/__init__.py b/cmp/__init__.py index 1507845..04dc01f 100644 --- a/cmp/__init__.py +++ b/cmp/__init__.py @@ -13,7 +13,7 @@ import stages.converter.dicomconverter as dicomconverter # EPI UNWARP -import stages.epiunwarp.epiunwarp as epiunwarp +#import stages.epiunwarp.epiunwarp as epiunwarp # REGISTRATION import stages.registration.registration as registration