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 <ncase@xes-inc.com> Signed-off-by:
Jeremy Kerr <jk@ozlabs.org>
Please register or sign in to comment