Skip to content

Commit 290eb77

Browse files
committed
minor fixes
1 parent 59ae74c commit 290eb77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nipype/interfaces/base/support.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# vi: set ft=python sts=4 ts=4 sw=4 et:
44
"""
55
6-
Miscelanous tools to support Interface functionality
7-
....................................................
6+
Miscellaneous tools to support Interface functionality
7+
......................................................
88
99
"""
1010
from __future__ import print_function, division, unicode_literals, absolute_import
@@ -295,7 +295,7 @@ def load_template(name):
295295
please use nipype.interfaces.fsl.model.load_template
296296
297297
"""
298-
from .fsl.model import load_template
298+
from ..fsl.model import load_template
299299
iflogger.warning(
300300
'Deprecated in 1.0.0, and will be removed in 1.1.0, '
301301
'please use nipype.interfaces.fsl.model.load_template instead.'

nipype/interfaces/base/traits_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft=python sts=4 ts=4 sw=4 et:
44
"""
5-
Traits extention
5+
Traits extension
66
................
77
88
This module contains Trait classes that we've pulled from the

0 commit comments

Comments
 (0)