view hgext/__init__.py @ 28757:93bf61913f33

hghave: add docstring for check
author timeless <timeless@mozdev.org>
date Mon, 04 Apr 2016 02:17:36 +0000
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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