view hgext/__init__.py @ 42379:e2e507573c7c

py3: fix test-narrow* which started failing because of recent changes #skip-blame because just r'' prefix Differential Revision: https://phab.mercurial-scm.org/D6447
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 25 May 2019 19:49:44 +0300
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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