]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/compat.py
Drop vestigial compat.ModuleNotFound
[bup.git] / lib / bup / compat.py
index 645c12aa75c211e31ac18924d5cc470640fe73f4..ac0b5b47cd5902102e96e5baa8195b74fa688740 100644 (file)
@@ -9,7 +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