hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Sun, 04 Jun 2017 20:51:50 +0200
changeset 2578 7795a86ba326
parent 2020 143c8e4dc22d
permissions -rw-r--r--
effectflag: activate effect flag on test-amend.t test file Prepare activation of effect flag by default by activating it on test- amend.t test file first.

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