]> git.ozlabs.org Git - patchwork/commitdiff
Eliminate hashlib requirement
authorNate Case <ncase@xes-inc.com>
Fri, 22 Aug 2008 20:58:02 +0000 (15:58 -0500)
committerJeremy Kerr <jk@ozlabs.org>
Sat, 23 Aug 2008 02:51:05 +0000 (10:51 +0800)
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>

No differences found