Commit 91bcdf70 authored by Georg Brandl's avatar Georg Brandl

In stdlib, use hashlib instead of deprecated md5 and sha modules.

parent 9115c7ba
......@@ -6,7 +6,7 @@ from distutils.errors import *
from distutils.core import Command
from distutils.spawn import spawn
from distutils import log
from md5 import md5
from hashlib import md5
import os
import socket
import platform
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment