
    fl^ih                     "    d Z ddlmZ ddlZd Zy)z(Helpers for deprecated code and modules.    Nc                     	 t        j                  |        t        j                  dj	                  |       t
               y# t         j                  $ r Y yw xY w)zIssue a warning if `distribution_name` is installed.

    In a future release, this method will be updated to raise ImportError
    rather than just send a warning.

    Args:
        distribution_name (str): The name of the obsolete distribution.
    z}The {pkg} distribution is now obsolete. Please `pip uninstall {pkg}`. In the future, this warning will become an ImportError.)pkgN)metadatadistributionwarningswarnformatDeprecationWarningPackageNotFoundError)distribution_names    \/var/www/auto_recruiter/arenv/lib/python3.12/site-packages/google/cloud/obsolete/__init__.pycomplainr      s\    /0FFLf% GM G 	
 (( s   ?A AA)__doc__importlib.metadatar   r   r        r   <module>r      s    / % r   