view hgext3rd/__init__.py @ 38680:70448ec995c2

rebase: remove unnecessary confirm block Removed unnecessary 'if confirm:' block as that thing is now handled at 'finally'. Differential Revision: https://phab.mercurial-scm.org/D3945
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sat, 14 Jul 2018 23:00:22 +0530
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)