hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 06 Jul 2017 12:14:12 -0700
changeset 33298 f41a99c45956
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
sparse: move profile reading into core One more step towards weaning off methods on repo instances and moving code to core. While this function is only used once and is simple, it needs to exist on its own so Facebook can monkeypatch it to enable simplecache integration.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)