]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/compat.py
Drop vestigial compat.input
[bup.git] / lib / bup / compat.py
index 645c12aa75c211e31ac18924d5cc470640fe73f4..3b460ededde4a1cde1fb65398d7a776082cfe3de 100644 (file)
@@ -9,8 +9,7 @@ from contextlib import ExitStack, nullcontext
 from os import environb as environ
 from os import fsdecode, fsencode
 from shlex import quote
 from os import environb as environ
 from os import fsdecode, fsencode
 from shlex import quote
-ModuleNotFoundError = ModuleNotFoundError
-input = input
+
 range = range
 str_type = str
 int_types = (int,)
 range = range
 str_type = str
 int_types = (int,)