Remove hashlib fallbacks

Review Request #4913 — Created Nov. 7, 2013 and submitted

Information

Djblets
master

Reviewers

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.

chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Loading...