view hgext/__init__.py @ 49398:98645c1bfeaa stable

packaging: bump dulwich to 0.20.45 I'm told the new dulwich avoids hg-git test failures.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 19 Jul 2022 18:40:20 -0400
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)