X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=lib%2Fbup%2Fcompat.py;h=3b460ededde4a1cde1fb65398d7a776082cfe3de;hb=15b912f50574433d8e0fad8fcdf4f8dc7f0ffeb9;hp=645c12aa75c211e31ac18924d5cc470640fe73f4;hpb=c8af075fbf5fe45ceaf411dc01f7016290e8d794;p=bup.git diff --git a/lib/bup/compat.py b/lib/bup/compat.py index 645c12a..3b460ed 100644 --- a/lib/bup/compat.py +++ b/lib/bup/compat.py @@ -9,8 +9,7 @@ from contextlib import ExitStack, nullcontext 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,)