view hgext/__init__.py @ 33784:589fda7895da

releasenotes: minor bug fix for index error while serializing Differential Revision: https://phab.mercurial-scm.org/D356
author Rishabh Madan <rishabhmadan96@gmail.com>
date Sat, 12 Aug 2017 09:21:42 +0530
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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