view hgext3rd/__init__.py @ 6616:9107d91de94e

topic: update comment in the topic namespace name check The better way would be to make this code reusable for both topics and topic namespaces and have a more generic comment, but the refactoring is a little complicated because of user-visible messages, and it's not that important, so let's leave it as is.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 17 Dec 2023 12:44:22 -0300
parents 143c8e4dc22d
children
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)