Mercurial > hg
view hgext3rd/__init__.py @ 46460:8214c71589f6
tests: print the server error log in `test-url-download.t`
There was a stray 500 error in CI, but no additional context to know what the
issue was.
https://foss.heptapod.net/octobus/mercurial-devel/-/jobs/163093
Differential Revision: https://phab.mercurial-scm.org/D9949
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 02 Feb 2021 10:56:53 -0500 |
parents | 2372284d9457 |
children | 6000f5b25c9b |
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__)