Remove hashlib fallbacks
Review Request #4913 — Created Nov. 7, 2013 and submitted — Latest diff uploaded
Remove hashlib fallbacks
Supporting Python 2.4 meant that we had to use the separate md5 and sha1
packages instead of hashlib. Now that we're 2.6+, we can rely on hashlib being
present.
Ran unit tests.