HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //snap/certbot/current/lib/python3.12/site-packages/setuptools/compat/py310.py
import sys

__all__ = ['tomllib']


if sys.version_info >= (3, 11):
    import tomllib
else:  # pragma: no cover
    import tomli as tomllib


if sys.version_info >= (3, 11):

    def add_note(ex, note):
        ex.add_note(note)

else:  # pragma: no cover

    def add_note(ex, note):
        vars(ex).setdefault('__notes__', []).append(note)