If you get this error:
/usr/lib/python2.6/site-packages/smart/plugins/zyppchannelsync.py:22: DeprecationWarning: the md5 mod
import md5
Try this:
1. uncomment line 22
replace with:
import hashlib
md = hashlib.md5()
|
|||||||
12.01.2012
|
|||||||