hgext/__init__.py
author David Demelier <markand@malikania.fr>
Mon, 14 May 2018 13:11:04 +0200
changeset 37998 5fa4e29ba3e3
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
help: add new deprecated topic Add a deprecated topic which lists most of the commands and options that are not recommended anymore.

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