From: Nate Case Date: Fri, 22 Aug 2008 20:58:02 +0000 (-0500) Subject: Eliminate hashlib requirement X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=97d8d152a5f832f6266a33622e25f4ae5f7dc068;hp=97d8d152a5f832f6266a33622e25f4ae5f7dc068;p=patchwork Eliminate hashlib requirement If the hashlib module does not exist, use sha and md5 modules instead to support Python 2.4. The hashlib module was added to Python 2.5. Signed-off-by: Nate Case Signed-off-by: Jeremy Kerr ---