hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 09 Jul 2020 23:03:34 -0400
changeset 45067 9a062913bab6
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
tests: stablize test-serve.t on Windows I forget the reason that the subprocess on Windows doesn't print this, but all other instances of this are similarly conditionalized, so I didn't think too hard about it. Also, the server needs to be killed so it doesn't prevent the next run from working, especially since the port isn't randomized. Differential Revision: https://phab.mercurial-scm.org/D8720

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)