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