hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sun, 14 Aug 2016 23:17:09 +0200
changeset 1980 3c4a20244771
parent 1901 85390446f8c1
child 2020 143c8e4dc22d
permissions -rw-r--r--
destination: use the correct abort class for error These errors have been in Mercurial long enough. Having them will make the coming changesets simpler.

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