hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Sun, 04 Jun 2017 21:43:17 +0200
changeset 2584 325f7a2e87e2
parent 2020 143c8e4dc22d
permissions -rw-r--r--
effectflag: activate effect flag on test-wireproto.t test file Prepare activation of effect flag by default by activating it on test- wireproto.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__)