hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 29 Aug 2016 14:54:20 +0200
changeset 1723 2672f36d668e
parent 1619 5ef77a1d975c
permissions -rw-r--r--
test: adapt to topic changes We display more information about the stacks, so we have to take than in account in the tests.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)