Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
‰å<_¨ ã @ s d dl mZ d dlZd dlZd dlZd dlmZ d dlZddlm Z m
Z
ddlmZ ddlm
Z
ddlmZ e jƒ Zi Zed d
„ ƒZdd„ ZG d
d„ deƒZdS )é )Úabsolute_importN)Úcontextmanageré )Ú
RepositoryÚRepositoryError)ÚPyGIWarning)Úget_introspection_module)Úload_overridesc c s^ t j| ƒ}dV |rdS | dkr$dS tj| ƒdk r6dS t j| ƒ}tjd| |dœ t|d� dS ) aO A context manager which tries to give helpful warnings
about missing gi.require_version() which could potentially
break code if only an older version than expected is installed
or a new version gets introduced.
::
with _check_require_version("Gtk", stacklevel):
load_namespace_and_overrides()
NÚGLibÚGObjectÚGioz±%(namespace)s was imported without specifying a version first. Use gi.require_version('%(namespace)s', '%(version)s') before import to ensure that the right version gets loaded.)Ú namespaceÚversion)Ú
stacklevel)r
r r )Ú
repositoryÚ
is_registeredÚgiZget_required_versionZget_versionÚwarningsÚwarnr )r
r Z
was_loadedr © r ú /usr/lib64/python3.6/importer.pyÚ_check_require_version+ s
r c C sZ t jdd… }|dkr"| rdS dS |dkr6| r2dS dS |d krJ| rFdS dS | rRdS dS dS )
a2 Returns the stacklevel value for warnings.warn() for when the warning
gets emitted by an imported module, but the warning should point at the
code doing the import.
Pass import_hook=True if the warning gets generated by an import hook
(warn() gets called in load_module(), see PEP302)
Né é é é é
)r r )r r )r r )ÚsysÚversion_info)Úimport_hookÚ
py_versionr r r Úget_import_stacklevelR s r! c @ s&