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


  1. import warnings
  2. warnings.warn(
  3. "lib2to3 package is deprecated and may not be able to parse Python 3.10+",
  4. PendingDeprecationWarning,
  5. stacklevel=2,
  6. )