
    h              	           S r SSKrSSKrSSKrSSKr " S S\R
                  5      r\" S0 \" \R                  " S5      5      D6r	\R                  \	l
        \\	l        \	\R                  \S-   '   g)a  
Expose zipp.Path as .zipfile.Path.

Includes everything else in ``zipfile`` to match future usage. Just
use:

>>> from zipp.compat.overlay import zipfile

in place of ``import zipfile``.

Relative imports are supported too.

>>> from zipp.compat.overlay.zipfile import ZipInfo

The ``zipfile`` object added to ``sys.modules`` needs to be
hashable (#126).

>>> _ = hash(sys.modules['zipp.compat.overlay.zipfile'])
    Nc                       \ rS rSrS rSrg)HashableNamespace   c                 <    [        [        [        U 5      5      5      $ )N)hashtuplevars)selfs    K/var/www/auris/envauris/lib/python3.13/site-packages/zipp/compat/overlay.py__hash__HashableNamespace.__hash__   s    E$t*%&&     N)__name__
__module____qualname____firstlineno__r   __static_attributes__r   r   r   r   r      s    'r   r   zipfilez.zipfiler   )__doc__	importlibsystypeszippSimpleNamespacer   r	   import_moduler   Path_pathmodulesr   r   r   r   <module>r       sn   (  
  '-- '
 
Gd9#:#:9#EF
Gyy%,Hz! "r   