hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 25 Nov 2017 16:05:09 -0500
changeset 3262 774f69d74ec2
parent 2020 143c8e4dc22d
permissions -rw-r--r--
stablesort: start implementing more advanced version of headstart sorting Now that we can validate the sort with a basic implementation, we can start implementing a version that will support caching and other goodies.

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