Mercurial > hg
view hgext3rd/__init__.py @ 49031:9be7da341885
revert: use a `continue` to reduce indentation
I'm about to add more code in the block I'm modifying here.
Differential Revision: https://phab.mercurial-scm.org/D12415
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 28 Mar 2022 10:43:06 -0700 |
parents | 6000f5b25c9b |
children | f4733654f144 |
line wrap: on
line source
# name space package to host third party extensions import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)