hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 01 Apr 2016 16:40:19 -0700
changeset 1954 61f36480740f
parent 1901 85390446f8c1
child 2020 143c8e4dc22d
permissions -rw-r--r--
stack: start indexing at 't1' instead of 't0' I think 't0' could have special meaning (eg: before 't1', but still with topic activated) so let's keep room for that. Indexing from 1 is not crazy anyway.

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