hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Sat, 15 Jul 2017 23:30:25 +0200
changeset 33537 709dde1c5dd5
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
cachevfs: migration the tags fnode cache to 'cachevfs' This will help sharing the cache between shares.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)