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