Mercurial > hg
view hgext3rd/__init__.py @ 44489:9183b7dcfa8d
run-tests: add option for running with and without Rust extensions
This provide a simple and clear way to run the test with or without rust.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Fri, 06 Mar 2020 11:16:15 +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__)