Bonjour

jai cette erreur


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
/ParserUtil.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import socket, re, time, datetime,md5
le fichier ParseUtil.py

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
import socket, re, time, datetime,md5
 
HOST_RESOLV_CACHE = {}
# translate a host name to IPv4 address
def resolv(host):
 
    if HOST_RESOLV_CACHE.has_key(host):
        return HOST_RESOLV_CACHE[host]
comment je resoudre le probléme

merci