view hgext/__init__.py @ 39681:0d7b9db85675

transaction: make after a private attribute This is another callable that is passed in at __init__ time. It doesn't need to be part of the public interface. Differential Revision: https://phab.mercurial-scm.org/D4629
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 17 Sep 2018 16:04:52 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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