What about this?
import warnings
warnings.simplefilter('ignore', DeprecationWarning)
import the_module_causing_the_warning
warnings.resetwarnings()--- Giampaolo http://code.google.com/p/pyftpdlib http://code.google.com/p/psutil -- http://mail.python.org/mailman/listinfo/python-list
