hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 03 Feb 2023 04:27:17 +0100
changeset 50793 1fbae268ecae
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
wrapfunction: use sysstr instead of bytes as argument in "sqlitestore" This is as valid and simpler, it will help us to eventually get ride of `safehasattr`.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)