hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 25 Mar 2020 20:33:15 +0530
changeset 44622 97265a0c0a42
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
tests: conditionalize test-phases.t output for chg IIUC chg loads the ProgrammingError class which leads to it directly referencing it in error output. This makes the test pass on chg.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)