File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- #!/usr/bin/ python
1
+ #!python
2
2
# emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
3
3
# vi: set ft=python sts=4 ts=4 sw=4 et:
4
4
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
Original file line number Diff line number Diff line change 1
- #!/usr/bin/ python
1
+ #!python
2
2
# emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
3
3
# vi: set ft=python sts=4 ts=4 sw=4 et:
4
4
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!python
2
2
# emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*-
3
3
# vi: set ft=python sts=4 ts=4 sw=4 et:
4
4
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!python
2
2
"""PAR/REC to NIfTI converter
3
3
"""
4
4
from __future__ import division , print_function , absolute_import
You can’t perform that action at this time.
0 commit comments