mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
minor packaging fixes and bump to 0.4.21
This commit is contained in:
parent
83693a5c03
commit
02551c0152
6 changed files with 23 additions and 22 deletions
|
@ -37,9 +37,9 @@ __all__ = ["encode", "decode", "normalize"]
|
|||
|
||||
|
||||
if PY3:
|
||||
string_types = str,
|
||||
string_types = (str,)
|
||||
else:
|
||||
string_types = basestring,
|
||||
string_types = (basestring,) # noqa
|
||||
|
||||
# The encoded symbol space does not include I, L, O or U
|
||||
symbols = '0123456789ABCDEFGHJKMNPQRSTVWXYZ'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue