view hgext/__init__.py @ 35612:edf52be98978

test-pull-r: explicitly kill server processes Differential Revision: https://phab.mercurial-scm.org/D1855
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 12 Jan 2018 17:10:55 +0100
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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