view hgext/__init__.py @ 39648:e37a0fcd82c0

hghave: add a checker for the vcr HTTP record/replay library I'm going to use this to write some tests of the phabricator extension. Differential Revision: https://phab.mercurial-scm.org/D4598
author Augie Fackler <raf@durin42.com>
date Sat, 15 Sep 2018 00:18:16 -0400
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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