ó
[³XMc           @   sl   d  Z  y e d ƒ Z Wn1 e k
 rI d d l m Z d d l m Z n Xe j Z e j Z d d g Z d S(   sV  
L{twisted.python.hashlib} presents a subset of the interface provided by
U{hashlib<http://docs.python.org/library/hashlib.html>}.  The subset is the
interface required by various parts of Twisted.  This allows application code
to transparently use APIs which existed before C{hashlib} was introduced or to
use C{hashlib} if it is available.
t   hashlibiÿÿÿÿ(   t   md5(   t   shaR   t   sha1N(   t   __doc__t
   __import__t   _hashlibt   ImportErrorR   R   R   t   __all__(    (    (    s:   /usr/lib/python2.7/dist-packages/twisted/python/hashlib.pyt   <module>   s   		