Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
docutils
/
languages
/
__pycache__
[ HOME ]
Exec
Submit
__init__.cpython-311.pyc
� ��ghi � �T � d Z dZddlmZ ddlmZ G d� d� � Z e� � ZdS )zL This package contains modules for language-dependent features of Docutils. �reStructuredText� )� import_module)�normalize_language_tagc �: � e Zd ZdZdZdZdZd� Zd d�Zd� Z d d �Z dS )�LanguageImportera Import language modules. When called with a BCP 47 language tag, instances return a module with localisations from `docutils.languages` or the PYTHONPATH. If there is no matching module, warn (if a `reporter` is passed) and fall back to English. )zdocutils.languages.� zHLanguage "%s" not supported: Docutils-generated text will be in English.�enc � � i | _ d S �N)�cache)�selfs �{/builddir/build/BUILD/imunify360-venv-2.6.0/opt/imunify360/venv/lib/python3.11/site-packages/docutils/languages/__init__.py�__init__zLanguageImporter.__init__"