OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4730
/
usr
/
lib
/
python3.12
/
importlib
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
__init__.py
4.66 KB
02/04/2025 02:48:35 PM
rw-r--r--
📁
__pycache__
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
_abc.py
1.32 KB
02/04/2025 02:48:35 PM
rw-r--r--
📄
_bootstrap.py
55.72 KB
02/04/2025 02:48:35 PM
rw-r--r--
📄
_bootstrap_external.py
67.55 KB
02/04/2025 02:48:35 PM
rw-r--r--
📄
abc.py
7.43 KB
02/04/2025 02:48:35 PM
rw-r--r--
📄
machinery.py
880 bytes
02/04/2025 02:48:35 PM
rw-r--r--
📁
metadata
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
readers.py
327 bytes
02/04/2025 02:48:35 PM
rw-r--r--
📁
resources
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
simple.py
354 bytes
02/04/2025 02:48:35 PM
rw-r--r--
📄
util.py
10.59 KB
02/04/2025 02:48:35 PM
rw-r--r--
Editing: readers.py
Close
""" Compatibility shim for .resources.readers as found on Python 3.10. Consumers that can rely on Python 3.11 should use the other module directly. """ from .resources.readers import ( FileReader, ZipReader, MultiplexedPath, NamespaceReader, ) __all__ = ['FileReader', 'ZipReader', 'MultiplexedPath', 'NamespaceReader']