view hgext/__init__.py @ 32446:63365e9621d6

demandimport: insert empty line per method _demandmod class is getting bigger, and I don't want to put more things in a dense form.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 01 May 2017 14:26:56 +0900
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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