| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib64/python3.9/site-packages/gssapi/__pycache__/ |
Upload File : |
a
��_z � @ s� d dl Z d dlZd dlZd dlZd dlmZ d dlmZ dd� Z dd� Z
deee d�d d
�Zda
dd
� Zdd� Zdd� Zejdd� �Zejdd� �ZG dd� de�ZdS )� N)�Optional)�GSSErrorc C s8 zd� | �}t|� tj| W S ty2 Y dS 0 dS )aa Import a GSSAPI extension module
This method imports a GSSAPI extension module based
on the name of the extension (not including the
'ext_' prefix). If the extension is not available,
the method retuns None.
Args:
name (str): the name of the extension
Returns:
module: Either the extension module or None
zgssapi.raw.ext_{0}N)�format�
__import__�sys�modules�ImportError)�name�path� r �3/usr/lib64/python3.9/site-packages/gssapi/_utils.py�import_gssapi_extension s
r
c s"