hgext/__init__.py
author Jordi Guti?rrez Hermoso <jordigh@octave.org>
Thu, 12 Dec 2019 11:41:28 -0500
changeset 43886 fe0daceb51d0
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
hgweb: fix error in docstring Despite the subtle semantic difference, this sentence really meant to say "overridden", not "overwritten".

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)