view hgext/__init__.py @ 44231:25ed4d8e707f

rust-cpython: bump cpython to 0.4 to switch to upstreamed PySharedRef
author Yuya Nishihara <yuya@tcha.org>
date Fri, 31 Jan 2020 00:01:29 +0900
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)