ó
O'—^c           @   s|   d  Z  d Z d Z d d l Z y d d l m Z Wn* e k
 r^ d e j f d „  ƒ  YZ n Xe j d ƒ j e ƒ  ƒ d S(	   sÐ   
    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.
s   Idan Gazit <idan@gazit.me>s   1.0.3iÿÿÿÿN(   t   NullHandlerR    c           B   s   e  Z d  „  Z RS(   c         C   s   d  S(   N(    (   t   selft   record(    (    s3   /tmp/pip-unpacked-wheel-eAx2J6/oauthlib/__init__.pyt   emit   s    (   t   __name__t
   __module__R   (    (    (    s3   /tmp/pip-unpacked-wheel-eAx2J6/oauthlib/__init__.pyR       s   t   oauthlib(	   t   __doc__t
   __author__t   __version__t   loggingR    t   ImportErrort   Handlert	   getLoggert
   addHandler(    (    (    s3   /tmp/pip-unpacked-wheel-eAx2J6/oauthlib/__init__.pyt   <module>
   s   