hgext/__init__.py
author Georges Racinet <georges.racinet@octobus.net>
Sat, 12 Jan 2019 16:57:04 +0100
changeset 41240 ff333620a4cc
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
rust-cpython: moved generic conversion fn out of ancestors module This will allow to use it easily from other submodules Differential Revision: https://phab.mercurial-scm.org/D5578

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