view hgext/__init__.py @ 50783:f642063c8147

wrapfunction: use sysstr instead of bytes as argument in "journal" This is as valid and simpler, it will help us to eventually get ride of `safehasattr`.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 03 Feb 2023 04:22:15 +0100
parents 6000f5b25c9b
children
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)