hgext/__init__.py
author Georges Racinet <georges.racinet@octobus.net>
Tue, 21 May 2019 20:07:20 +0200
changeset 42357 5b795108dd17
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
rust-python3: useless python2 specific import This python27_sys import prevents building with python3, it had been previously removed in a5fa9140ce4c, but that has been since pruned Differential Revision: https://phab.mercurial-scm.org/D6415

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