hgext3rd/__init__.py
author Pulkit Goyal <pulkit@yandex-team.ru>
Wed, 05 Jun 2019 22:09:26 +0300
changeset 42446 5b217451a2c2
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
py3: fix test-bookmarks-corner-case.t For some reasons, the output of print was not going through. Replaced that ui.status(). Differential Revision: https://phab.mercurial-scm.org/D6481

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