hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 10 Jun 2018 20:35:48 +0530
changeset 3822 cb060c408b41
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: move logic to continue interrupted content-div resolution to new fn Each of the other type has defined their own function to continue/complete the interrupted resolution. We take out the logic for content-div resolution too in a separate function to make the top level function looks clean.

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