view hgext3rd/__init__.py @ 45943:a9797b49fb69

hghave: adjust the detection of `pylint` for modern versions I have pylint 2.6.0 installed locally, and it only has a single space. I have no idea when this changed. Differential Revision: https://phab.mercurial-scm.org/D9431
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 27 Nov 2020 17:11:56 -0500
parents 2372284d9457
children 6000f5b25c9b
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__)