hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 20 Oct 2017 14:00:30 +0200
changeset 3086 611ac10f1fae
parent 2020 143c8e4dc22d
permissions -rw-r--r--
effect-flag: remove wrapping of createmarkers for Mercurial 4.4 Now that effect-flag has landed in Mercurial 4.4, we don't need to wrap createmarkers for this version anymore.

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