view hgext3rd/__init__.py @ 42839:ee0f511b7a22

rust: fix warnings about trait objects without dyn being deprecated Differential Revision: https://phab.mercurial-scm.org/D6770
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Wed, 28 Aug 2019 08:16:58 -0400
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__)