From 15b912f50574433d8e0fad8fcdf4f8dc7f0ffeb9 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 9 Jan 2022 12:31:27 -0600 Subject: [PATCH] Drop vestigial compat.input Signed-off-by: Rob Browning Tested-by: Rob Browning --- lib/bup/compat.py | 1 - 1 file changed, 1 deletion(-) 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,) -- 2.39.2