view hgext/__init__.py @ 44059:00222775d59b

rust-refsharing: add missing lifetime parameter in ref_sharing Differential Revision: https://phab.mercurial-scm.org/D7110
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 15 Oct 2019 21:26:56 +0200
parents 2372284d9457
children
line wrap: on
line source

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)