Skip to content

Commit 3c6d97d

Browse files
committed
Added back SlicerCommandLine proxy for backward compatiblity
1 parent 7a9e2fa commit 3c6d97d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nipype/interfaces/slicer/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from ..base import SEMLikeCommandLine
2+
3+
class SlicerCommandLine(SEMLikeCommandLine):
4+
pass

0 commit comments

Comments
 (0)