view hgext/__init__.py @ 41701:df1f3ba56157

chistedit: improve proper username in histedit curses interface in changeset section (issue6072) Differential Revision: https://phab.mercurial-scm.org/D5967
author Akshit Jain <Akshjain.jain74@gmail.com>
date Thu, 14 Feb 2019 20:57:26 +0530
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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