Mercurial > hg
view hgext/__init__.py @ 44088:b3ec1ea95ee6
rust-core: fix typo in comment
Differential Revision: https://phab.mercurial-scm.org/D7895
author | Aay Jay Chan <aayjaychan@itopia.com.hk> |
---|---|
date | Thu, 16 Jan 2020 00:30:08 +0800 |
parents | 2372284d9457 |
children | 6000f5b25c9b |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)