]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/compat.py
Drop vestigial comapt.int_types
[bup.git] / lib / bup / compat.py
index 645c12aa75c211e31ac18924d5cc470640fe73f4..e34c23a6b52d415d50bf5fba80fb44148820e7ee 100644 (file)
@@ -9,11 +9,6 @@ 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,)
 
 def hexstr(b):
     """Return hex string (not bytes as with hexlify) representation of b."""