view hgext/__init__.py @ 34157:24bf823377fc

merge: move cwd-missing detection to helper functions This will exist in two places with defered writes, so we want to avoid duplication. Differential Revision: https://phab.mercurial-scm.org/D626
author Phil Cohen <phillco@fb.com>
date Tue, 12 Sep 2017 19:27:01 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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