logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

__init__.py (283B)


  1. # flake8: noqa: F403
  2. from ..compat.compat_utils import passthrough_module
  3. passthrough_module(__name__, '._deprecated')
  4. del passthrough_module
  5. # isort: off
  6. from .traversal import *
  7. from ._utils import *
  8. from ._utils import _configuration_args, _get_exe_version_output # noqa: F401