view hgext3rd/__init__.py @ 46706:7d9d9265d40f

format: remove sidedata format variant This format variant can only exist when also using revlog v2, so it's useless now. Differential Revision: https://phab.mercurial-scm.org/D10113
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 04 Mar 2021 09:55:06 +0100
parents 2372284d9457
children 6000f5b25c9b
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__)