File: //lib64/python3.6/site-packages/gssapi/__pycache__/_utils.cpython-36.opt-1.pyc
3
�O[C � @ s� d dl Z d dlZd dlZd dlZd dlmZ dd� Zdd� Zddd�Z d a
d
d� Zdd
� Zdd� Z
ejdd� �Zejdd� �ZG dd� de�ZdS )� N)�GSSErrorc C s6 ydj | �}t|� tj| S tk
r0 dS X 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
�/usr/lib64/python3.6/_utils.py�import_gssapi_extension
s
r c s"