view hgext3rd/__init__.py @ 48948:4bb04a506af6

revlog: remove unused `rank` variable from D12209 Differential Revision: https://phab.mercurial-scm.org/D12355
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 04 Mar 2022 13:01:13 -0800
parents 6000f5b25c9b
children
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)