hgext3rd/__init__.py
author Gábor Stefanik <gabor.stefanik@nng.com>
Tue, 22 Aug 2017 16:08:31 +0200
changeset 33879 169baf3d1d3c
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
copies: fix typo in comment "will not be limited" was meant to be "will not be visited". I missed this when writing the original graft-through-rename patch series.

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