hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 09 Jan 2016 23:24:52 +0900
changeset 32382 d47d7d3bd07b
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
extensions: show deprecation warning for the use of cmdutil.command Since this is a fundamental API for extensions, we set 1-year period until actually removing it.

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