view hgext/__init__.py @ 32294:905a2eff08a6

test-hardlinks: unify two test files into one The "whitelisted" test could be unified using "#if"s.
author Jun Wu <quark@fb.com>
date Mon, 15 May 2017 13:25:59 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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