File: D:/Python311/Lib/test/test_importlib/__pycache__/update-zips.cpython-311.opt-1.pyc
�
��Vc� � �b � d Z ddlZddlZddlZddlZd� Zd� Zd� Zedk o e� � dS dS )z�
Generate the zip test data files.
Run to build the tests/zipdataNN/ziptestdata.zip files from
files in tests/dataNN.
Replaces the file with the working copy, but does commit anything
to the source repo.
� Nc �N � d} t t t | � � � � dS )a;
>>> from unittest import mock
>>> monkeypatch = getfixture('monkeypatch')
>>> monkeypatch.setattr(zipfile, 'ZipFile', mock.MagicMock())
>>> print(); main() # print workaround for bpo-32509
<BLANKLINE>
...data01... -> ziptestdata/...
...
...data02... -> ziptestdata/...
...
)�01�02N)�tuple�map�generate)�suffixess �3D:\Python311\Lib\test\test_importlib\update-zips.py�mainr s'