view mercurial/cffi/base85.py @ 32865:6e38b4212661

pycompat: move the queue related definitions below queue import This helps in understanding why empty and queue are there.
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 16 Jun 2017 03:01:22 +0530
parents 0e8b0b9a7acc
children
line wrap: on
line source

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