OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4737
/
lib
/
python3.12
/
site-packages
/
setuptools
/
tests
/
config
/
downloads
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/12/2025 06:19:48 PM
rwxr-xr-x
📄
__init__.py
1.78 KB
06/12/2025 06:19:25 PM
rw-r--r--
📁
__pycache__
-
06/12/2025 06:19:48 PM
rwxr-xr-x
📄
preload.py
450 bytes
06/12/2025 06:19:25 PM
rw-r--r--
Editing: preload.py
Close
"""This file can be used to preload files needed for testing. For example you can use:: cd setuptools/tests/config python -m downloads.preload setupcfg_examples.txt to make sure the `setup.cfg` examples are downloaded before starting the tests. """ import sys from pathlib import Path from . import retrieve_file, urls_from_file if __name__ == "__main__": urls = urls_from_file(Path(sys.argv[1])) list(map(retrieve_file, urls))