hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 05 Oct 2017 18:13:52 +0530
changeset 3037 5c8d5f980f49
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: add a new test for testing changing or clearing topics test-topic.t is getting bigger and bigger. This patch introduces a new test which includes test for clearing and changing topics. Since the tests are moved to a new file, this patch, removes those tests from test-topic.t also.

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