Comment 11 for bug 323270

Revision history for this message
nutznboltz (nutznboltz-deactivatedaccount) wrote :

In Jaunty updated Wed Mar 25, 2009 "twisted" also uses the md5 module instead of hashlib.

$ landscape-sysinfo > /dev/null
/usr/lib/python2.6/dist-packages/twisted/internet/_sslverify.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import itertools, md5
/usr/lib/python2.6/dist-packages/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha