hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 15 Sep 2019 16:04:45 +0900
changeset 43176 aaec70a5f9a8
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
rust-cpython: store leaked reference to PySharedState in $leaked struct I want to move it out of the macro, and allow multiple sharable objects per PyObject.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)