view mercurial/cffi/parsers.py @ 33537:709dde1c5dd5

cachevfs: migration the tags fnode cache to 'cachevfs' This will help sharing the cache between shares.
author Boris Feld <boris.feld@octobus.net>
date Sat, 15 Jul 2017 23:30:25 +0200
parents 0e8b0b9a7acc
children
line wrap: on
line source

# parsers.py - Python implementation of parsers.c
#
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
#
# 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.parsers import *