view hgext3rd/__init__.py @ 29391:1acf654f0985

atomictempfile: use a tempdir to keep the test environment clean Rather than pre-emptively delete a file, execute the test in a dedicated temporary directory that is removed after each test.
author Martijn Pieters <mjpieters@fb.com>
date Thu, 23 Jun 2016 17:35:43 +0100
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__)