Issue81

Title The sha module is deprecated use hashlib instead
Type bug Status chatting
Importance 5.0
Superseder Nosy List jdn
Assigned To Keywords simple

Created on 2009-03-26.10:36:21 by jdn, last changed 2009-03-26.10:36:21 by jdn.

Messages
msg311 (view) Author: jdn Date: 2009-03-26.10:36:20
the sha module is deprecated as of Python 2.6.1

/Users/fagidiot/Documents/viff/viff/prss.py:46: DeprecationWarning: the 
sha module is deprecated; use the hashlib module instead
  import sha

We should change to the hashlib module instead.
History
Date User Action Args
2009-03-26 10:36:21jdncreate