]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/compat.py
Drop vestigial comapt.int_types
[bup.git] / lib / bup / compat.py
index 33e8c1da8cb6f9e1cd4f2f2dfec0569ec69bcc52..e34c23a6b52d415d50bf5fba80fb44148820e7ee 100644 (file)
@@ -10,8 +10,6 @@ from os import environb as environ
 from os import fsdecode, fsencode
 from shlex import quote
 
-int_types = (int,)
-
 def hexstr(b):
     """Return hex string (not bytes as with hexlify) representation of b."""
     return b.hex()