view hgext3rd/__init__.py @ 39084:152ae0f84f9a

revlog: split and document good delta conditional The logic is still identical, but having each conditional on its own helps to document them and will help to edit them in the future.
author Boris Feld <boris.feld@octobus.net>
date Tue, 14 Aug 2018 13:44:13 -0700
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

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