view hgext/__init__.py @ 33607:6c142f279625 stable

pypy: fix failing test files with Pypy5.6.0 Pypy 5.6.0 saves cached bytecode files in __pycache__ directory, clean them in tests to fix loading old test extensions code. Doing so should also helps for Python3.x migration.
author Boris Feld <boris.feld@octobus.net>
date Mon, 31 Jul 2017 17:43:45 +0200
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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