hgext/__init__.py
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Sun, 24 Apr 2016 22:31:58 -0400
changeset 1677 48c3a472aec7
parent 1619 5ef77a1d975c
permissions -rw-r--r--
split: rewrite the pre-split commit message I find this wording slightly clearer.

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