lsantos2000 / feedjack

Automatically exported from code.google.com/p/feedjack
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[patch] Warning on Python 2.6 #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Feedjack uses the deprecated md5 library: this causes a warning to be
raised on import on Python 2.6.

The attached patch avoids the warning and is compatible with previous
Python versions.

Original issue reported on code.google.com by daniele....@gmail.com on 30 Jul 2009 at 12:46

Attachments: