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/sha.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sys/lib/python/sha.py (limited to 'sys/lib/python/sha.py') diff --git a/sys/lib/python/sha.py b/sys/lib/python/sha.py deleted file mode 100644 index de3214cfd..000000000 --- a/sys/lib/python/sha.py +++ /dev/null @@ -1,11 +0,0 @@ -# $Id: sha.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 sha1 as sha -new = sha - -blocksize = 1 # legacy value (wrong in any useful sense) -digest_size = 20 -digestsize = 20 -- cgit v1.2.3