
    -
0h                     L    d Z ddlZddlZej        dk     rddlZnddlmZ d ZdS )z(Helpers for deprecated code and modules.    N)      c                     	 t          j        |            t          j        d                    |           t
                     dS # t           j        $ r Y dS 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    Y/var/www/html/nourish/venv/lib/python3.11/site-packages/google/cloud/obsolete/__init__.pycomplainr      s    /000FFLf% GM G G 	
 	
 	
 	
 	
 (   s   AA AA)__doc__sysr	   version_infoimportlib_metadatar   importlib.metadatar        r   <module>r      si    / . 



  f)))))))))))    r   