Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evan Edmond
fslpy
Commits
d0737673
Commit
d0737673
authored
Mar 05, 2021
by
Paul McCarthy
🚵
Browse files
MNT: Make fsl.scripts a native namespace package
parent
9d5a1ae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/scripts/__init__.py
deleted
100644 → 0
View file @
9d5a1ae8
#!/usr/bin/env python
#
# __init__.py - The fsl.scripts package.
#
# Author: Paul McCarthy <pauldmccarthy@gmail.com>
#
"""The ``fsl.scripts`` package contains all of the executable scripts provided
by ``fslpy``, and other python-based FSL packages.
.. note:: The ``fsl.scripts`` namespace is a ``pkgutil``-style *namespace
package* - it can be used across different projects - see
https://packaging.python.org/guides/packaging-namespace-packages/ for
details.
"""
__path__
=
__import__
(
'pkgutil'
).
extend_path
(
__path__
,
__name__
)
# noqa
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment