hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 25 Jul 2020 16:13:17 +0200
changeset 45327 6de4c5647db3
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
commitctx: no longer make the storage and added/removed file optional The code using this variable is always using other, stricter, condition before using these value. So it is safe to always carry them along.

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)