We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f8eb2 commit 9561483Copy full SHA for 9561483
nipype/interfaces/base/core.py
@@ -40,9 +40,9 @@
40
41
from .traits_extension import traits, isdefined, TraitError
42
from .specs import (BaseInterfaceInputSpec, CommandLineInputSpec,
43
- StdOutCommandLineInputSpec, MpiCommandLineInputSpec)
+ StdOutCommandLineInputSpec, MpiCommandLineInputSpec,
44
+ get_filecopy_info)
45
from .support import (Bunch, InterfaceResult, NipypeInterfaceError)
-from .specs import get_filecopy_info
46
47
from future import standard_library
48
standard_library.install_aliases()
0 commit comments