view hgext/__init__.py @ 28631:c2e4e59aaea6

tests: fix failure of test-convert-mtn.t This is follow up for 3f9e25a42e69, which overlooked this test.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sat, 26 Mar 2016 10:53:31 +0900
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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