
    !f                     Z    d Z ddlZddlZddlmZmZmZmZmZ ddl	m
Z ddlmZ g dZd Zy)zApport Python module.    N)errorfatallogmemdbgwarning)impl)Report)r	   r   r   r   r   	packagingunicode_gettextr   c                 d    t        j                  dt        d       t        j                  |       S )z,Return the localized translation of message.zVapport.unicode_gettext() is deprecated. Please use gettext.gettext() directly instead.   )
stacklevel)warningswarnPendingDeprecationWarninggettext)messages    1/usr/lib/python3/dist-packages/apport/__init__.pyr   r      s*    MM	:!	 ??7##    )__doc__r   r   apport.loggingr   r   r   r   r   apport.packaging_implr   r
   apport.reportr	   __all__r    r   r   <module>r      s&       = = 3  	$r   