view hgext/__init__.py @ 39404:90afd61ef8a2

revert: remove unnecessary check as `msg` should never be a callable now Differential Revision: https://phab.mercurial-scm.org/D4448
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 03 Sep 2018 10:44:52 +0530
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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