hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 23 Jan 2022 20:24:35 +0100
changeset 48645 38028f3ef80c
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
test-http-bad-server: modify some `tail` call fit their goal We want to check that we stop writing when we want to stop writing. Differential Revision: https://phab.mercurial-scm.org/D12054

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)