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 (229B)


  1. # flake8: noqa: F405
  2. from urllib import * # noqa: F403
  3. del request # noqa: F821
  4. from . import request # noqa: F401
  5. from ..compat_utils import passthrough_module
  6. passthrough_module(__name__, 'urllib')
  7. del passthrough_module