Note this module has been ported to Python 3.

This commit is contained in:
Itamar Turner-Trauring 2020-07-14 11:28:51 -04:00
parent 9c428be0e2
commit ab3737d686

View File

@ -1,3 +1,8 @@
"""
Base62 encoding.
Ported to Python 3.
"""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function