Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merged with master, fixed simple conflicts. Left changes from oesteba…
…n regarding encoding comment and imports for Python 3 compatability.
  • Loading branch information
jason-wg committed Sep 9, 2016
commit 6a1e80b3a6337dac2d7814a758ca1eddbb14e4d1
12 changes: 7 additions & 5 deletions nipype/interfaces/brainsuite/brainsuite.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
"""This script provides interfaces for BrainSuite command line tools.
Please see brainsuite.org for more information.

Author: Jason Wong
"""
# -*- coding: utf-8 -*-
from __future__ import print_function, division, unicode_literals, absolute_import

import os
import re as regex

from ..base import TraitedSpec, CommandLineInputSpec, CommandLine, File, traits, isdefined

"""This script provides interfaces for BrainSuite command line tools.
Please see brainsuite.org for more information.

Author: Jason Wong
"""

class BseInputSpec(CommandLineInputSpec):

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.