
    ]h                     X    d Z ddlZddlZej                  dk  rddlZd ZyddlmZ d Zy)z(Helpers for deprecated code and modules.    N)      c                     	 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    d/var/www/html/Kila-kolis-project/venv/lib/python3.12/site-packages/google/cloud/obsolete/__init__.pycomplainr      s\    /0FFLf% GM G 	
 (( s   ?A AA)__doc__sysr	   version_infoimportlib_metadatar   importlib.metadatar        r   <module>r      s2    / 
  f)
 *r   