mercurial/cffi/base85.py
author Augie Fackler <augie@google.com>
Thu, 15 Jun 2017 10:59:48 -0400
changeset 32854 7a877e569ed6
parent 32512 0e8b0b9a7acc
permissions -rw-r--r--
contrib: check in a whitelist of passing tests in Python 3

# base85.py: pure python base85 codec
#
# Copyright (C) 2009 Brendan Cully <brendan@kublai.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

from __future__ import absolute_import

from ..pure.base85 import *