hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 06 Mar 2020 16:24:50 +0100
changeset 44488 0d9ad84a28d9
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
run-tests: rename "pure" variable to setup_opts There are more useful flag than just `--pure`. We clarify the variable name before adding more options.

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)