hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 19 Feb 2020 13:13:09 +0530
branchstable
changeset 5132 fb5f49be3c90
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topic: use `%d` for integers instead of `%s` on py3 I have system mercurial using py3 which lead me to the traceback pointing to this.

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