diff --git a/fsl/scripts/__init__.py b/fsl/scripts/__init__.py deleted file mode 100644 index 499b221767c7e66e8ff8bac70c7cc1ff14cf5120..0000000000000000000000000000000000000000 --- a/fsl/scripts/__init__.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/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