
÷}ÐU  ã               @   s}   d  Z  d Z d Z d d l Z y d d l m Z Wn+ e k
 r_ Gd d „  d e j ƒ Z Yn Xe j d ƒ j e ƒ  ƒ d S)	zÐ
    oauthlib
    ~~~~~~~~

    A generic, spec-compliant, thorough implementation of the OAuth
    request-signing logic.

    :copyright: (c) 2011 by Idan Gazit.
    :license: BSD, see LICENSE for details.
zIdan Gazit <idan@gazit.me>z1.0.3é    N)ÚNullHandlerc               @   s   e  Z d  Z d d „  Z d S)r   c             C   s   d  S)N© )ÚselfÚrecordr   r   ú3/usr/lib/python3/dist-packages/oauthlib/__init__.pyÚemit   s    zNullHandler.emitN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r      s   r   Zoauthlib)	Ú__doc__Ú
__author__Ú__version__Zloggingr   ÚImportErrorZHandlerZ	getLoggerZ
addHandlerr   r   r   r   Ú<module>
   s   