view hgext3rd/__init__.py @ 39487:931386a0b108

revlog: drop duplicated code This code probably got duplicated by a rebase/evolve conflict. We drop the extra copy, the other copy is right below. This had no real effects since other logic ensure that we never test the same revision twice.
author Boris Feld <boris.feld@octobus.net>
date Tue, 04 Sep 2018 21:05:21 +0200
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)