view hgext/__init__.py @ 50878:bbaac3a222bb

gpg: use a context manager to write `.hgsigs`
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 20 Aug 2023 16:20:56 -0400
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)