Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../lib64/python2....
File: md5.py
# $Id$
[0] Fix | Delete
#
[1] Fix | Delete
# Copyright (C) 2005 Gregory P. Smith (greg@krypto.org)
[2] Fix | Delete
# Licensed to PSF under a Contributor Agreement.
[3] Fix | Delete
[4] Fix | Delete
import warnings
[5] Fix | Delete
warnings.warn("the md5 module is deprecated; use hashlib instead",
[6] Fix | Delete
DeprecationWarning, 2)
[7] Fix | Delete
[8] Fix | Delete
from hashlib import md5
[9] Fix | Delete
new = md5
[10] Fix | Delete
[11] Fix | Delete
blocksize = 1 # legacy value (wrong in any useful sense)
[12] Fix | Delete
digest_size = 16
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function