view hgext/__init__.py @ 35600:31acf6619f08

run-tests: fix regular expression for path test The previous regexp would match the empty string. This fixes a mistake added in 964212780daf. Differential Revision: https://phab.mercurial-scm.org/D1843
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 10 Jan 2018 19:04:52 -0800
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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