Mercurial > hg > mercurial-source
view hgext/__init__.py @ 44066:726bd0b612a2
tests: avoid chmod on windows in hgrc tests
Follow up on changeset d201a637c971 introducing this test, which fails
on Windows.
author | Denis Laxalde <denis@laxalde.org> |
---|---|
date | Thu, 17 Oct 2019 21:37:21 +0200 |
parents | 2372284d9457 |
children |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)