view hgext/__init__.py @ 32195:9d3136638784

manifest: remove unused property _oldmanifest The last use seems to have gone away in 7c7d845f8b64 (manifest: make manifestlog use it's own cache, 2016-11-10).
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 08 May 2017 09:39:21 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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