]> arthur.ath.cx Git - bup.git/blobdiff - lib/bup/vfs.py
Drop vestigial compat.range
[bup.git] / lib / bup / vfs.py
index ea150992ecf06aa599b3345acbbe54fa765353ea..a16fb50a6483a8687323f956699bbfc4100742af 100644 (file)
@@ -57,7 +57,7 @@ from time import localtime, strftime
 import re, sys
 
 from bup import git, vint
-from bup.compat import hexstr, pending_raise, range, str_type
+from bup.compat import hexstr, pending_raise, str_type
 from bup.git import BUP_CHUNKED, parse_commit, tree_decode
 from bup.helpers import debug2, last, nullcontext_if_not
 from bup.io import path_msg