mercurial/cffi/base85.py
author Augie Fackler <augie@google.com>
Tue, 13 Jun 2017 10:02:34 -0400
changeset 32811 ff02bb5979c1
parent 32512 0e8b0b9a7acc
permissions -rw-r--r--
merge with stable

# 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 *