hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 28 Oct 2016 17:15:57 -0700
branchstable
changeset 1756 a7dcfff8c4a9
parent 1619 5ef77a1d975c
permissions -rw-r--r--
evolve: use single quotes in usage messages Mercurial core has moved in this direction, so let's follow.

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