From: Rob Browning Date: Sun, 9 Jan 2022 18:31:27 +0000 (-0600) Subject: Drop vestigial compat.input X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=15b912f50574433d8e0fad8fcdf4f8dc7f0ffeb9 Drop vestigial compat.input Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/lib/bup/compat.py b/lib/bup/compat.py index ac0b5b4..3b460ed 100644 --- a/lib/bup/compat.py +++ b/lib/bup/compat.py @@ -10,7 +10,6 @@ from os import environb as environ from os import fsdecode, fsencode from shlex import quote -input = input range = range str_type = str int_types = (int,)