hgext/__init__.py
author Phil Cohen <phillco@fb.com>
Sun, 15 Oct 2017 20:36:29 -0700
changeset 34786 9c899660700a
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
merge: don't use workers in in-memory mode The worker processes can't share memory, so workers should not be used. Differential Revision: https://phab.mercurial-scm.org/D1105

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