hgext3rd/__init__.py
author Paul Morelle <paul.morelle@octobus.net>
Thu, 17 May 2018 15:10:36 +0200
changeset 38636 25534e0cf0d9
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
revlog: _segmentspan computes the byte span of a segment Refactor out this code to be used somewhere else in a next changeset

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