]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/compat.py
Drop vestigial compat.range
[bup.git] / lib / bup / compat.py
index 3b460ededde4a1cde1fb65398d7a776082cfe3de..507a21e5367c1cfb4a66f4e78839ba3d8a7a9101 100644 (file)
@@ -10,7 +10,6 @@ from os import environb as environ
 from os import fsdecode, fsencode
 from shlex import quote
 
-range = range
 str_type = str
 int_types = (int,)