view hgext3rd/__init__.py @ 44761:686d738b9df9 stable

packaging: remove pyoxidizer.bzl from packaging directory We have another version in rust/hgcli that is more modern and is already associated with our Rust CLI project. Differential Revision: https://phab.mercurial-scm.org/D8471
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 19 Apr 2020 14:25:27 -0700
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__)