hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Wed, 19 Apr 2017 21:12:09 +0900
branchstable
changeset 2271 1af1b0debd4b
parent 2020 143c8e4dc22d
permissions -rw-r--r--
template: pass all mapping data to showlist() Otherwise a keyword depending on repo or ctx couldn't be rendered.

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