From a73a964e51247ed169d322c725a3a18859f109a3 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Mon, 14 Jun 2021 00:00:37 +0000 Subject: python, hg: tow outside the environment. they've served us well, and can ride off into the sunset. --- sys/lib/python/md5.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 sys/lib/python/md5.py (limited to 'sys/lib/python/md5.py') diff --git a/sys/lib/python/md5.py b/sys/lib/python/md5.py deleted file mode 100644 index a23167852..000000000 --- a/sys/lib/python/md5.py +++ /dev/null @@ -1,10 +0,0 @@ -# $Id: md5.py 39316 2005-08-21 18:45:59Z greg $ -# -# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) -# Licensed to PSF under a Contributor Agreement. - -from hashlib import md5 -new = md5 - -blocksize = 1 # legacy value (wrong in any useful sense) -digest_size = 16 -- cgit v1.2.3