Ñò
û¬ÿKc           @   sŠ   d  Z  d d k Z e i d j o. d d k Z e i Z e Z e i Z e Z	 n7 d d k Z e i
 Z e Z d d k Z e i
 Z e Z	 d S(   sÜ   
The md5 and sha modules are deprecated since Python 2.5, replaced by the
hashlib module containing both hash algorithms. Here, we provide a common
interface to the md5 and sha constructors, depending on system version.
iÿÿÿÿNi   i   (   i   i   (   t   __doc__t   syst   version_infot   hashlibt   md5t   md5_constructort   md5_hmact   sha1t   sha_constructort   sha_hmact   newt   sha(    (    (    sA   /usr/local/lib/python2.6/dist-packages/django/utils/hashcompat.pyt   <module>   s   		
		