These warning make the output of some scripts hard to read - one can turn off the warnings
temporarily with the following.
Add the following lines to /etc/python2.6/sitecustomize.py :
# remove next 2 lines once fail2ban is fixed (June 2011)
import warnings
with warnings.catch_warnings():
warnings.filterwarnings("ignore",category=DeprecationWarning)
import md5, sha
--------------------------------------------------------------------------------
Karl Schmidt EMail k...@xtronics.com
Transtronics, Inc. WEB http://xtronics.com
3209 West 9th Street Ph (785) 841-3089
Lawrence, KS 66049 FAX (785) 841-0434
42.7% of all statistics are made up on the spot.
--------------------------------------------------------------------------------
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org