hgext/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 15 Jun 2018 02:46:34 +0530
changeset 38457 afb7e15392b9
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
graft: move `if continue` to elif and add new line This will make upcoming patch where we introduce a new elif for the abort case more readable. Also added a new line before the if-else starts. Differential Revision: https://phab.mercurial-scm.org/D3752

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