ó
ù¢TQc           @   sP   d  Z  d d l Z e j d e ƒ d d l Z e j Z e Z e j 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ÿÿÿÿNs:   django.utils.hashcompat is deprecated; use hashlib instead(   t   __doc__t   warningst   warnt   DeprecationWarningt   hashlibt   md5t   md5_constructort   md5_hmact   sha1t   sha_constructort   sha_hmac(    (    (    s0   ../Django//lib/python/django/utils/hashcompat.pyt   <module>   s   			