OwlCyberSecurity - MANAGER
Edit File: _compat.cpython-312.pyc
� H��g! � �B � d dl Z d dlZddgZd� Zd� Z G d� d� Zd� Zy)� N�install� NullFinderc �b � t j j | � � t � | S )z� Class decorator for installation on sys.meta_path. Adds the backport DistributionFinder to sys.meta_path and attempts to disable the finder functionality of the stdlib DistributionFinder. )�sys� meta_path�append�disable_stdlib_finder)�clss �I/opt/hc_python/lib/python3.12/site-packages/importlib_metadata/_compat.pyr r s# � � �M�M���������J� c �L � d� } t | t j � D ] }|`� y)z� Give the backport primacy for discovering path-based distributions by monkey-patching the stdlib O_O. See #91 for more background for rationale on this sketchy behavior. c �>