Use hashlib rather than sha where available.
authorAdam Sampson <ats@offog.org>
Fri, 30 Jan 2009 09:27:34 +0000 (09:27 +0000)
committerAdam Sampson <ats@offog.org>
Fri, 30 Jan 2009 09:27:34 +0000 (09:27 +0000)
commit3d6858abbd846cd9d7744c61dd656ea38a6827c8
tree3145361be7d946b335f60cc0f2023361a0545693
parent7cf15f87a926099e91f0bd8c668b9a983cea3e3d
Use hashlib rather than sha where available.

sha is deprecated in Python 2.6.
rawdoglib/rawdog.py