Removed ignore of deprecation warning, dealt with it in convert.py

This commit is contained in:
Bernardo Damele 2010-02-23 09:37:10 +00:00
parent 4bea0e343a
commit 0795e1164d

View File

@ -26,9 +26,6 @@ import os
import sys import sys
import time import time
import traceback import traceback
import warnings
warnings.filterwarnings(action = "ignore", message = ".*(md5|sha) module is deprecated", category = DeprecationWarning)
try: try:
import psyco import psyco