hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Fri, 16 Mar 2018 23:11:55 +0900
changeset 37071 d3f7930a9563
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
templatekw: mark _showlist() as deprecated (API) .. api:: ``templatekw._showlist()`` is deprecated in favor of ``templateutil._showcompatlist()``, which takes ``context`` in place of ``templ``.

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