view hgext/__init__.py @ 39759:aeb2812f304d

py3: fix a type error in hghave.has_hardlink test-hghave.t was failing with: feature hardlink failed: argument 1: <class 'TypeError'>: wrong type
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 21 Sep 2018 00:37:03 -0400
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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