Mercurial > hg
comparison mercurial/server.py @ 43955:75ec46c63657
resourceutil: use `from importlib import resources`
Without this patch, we get the following error from when trying to run
hg with PyOxidizer:
module 'importlib' has no attribute 'resources'
I don't know what why that happens, but `from importlib import
resources` is the form I would prefer anyway, so let's use that now
that the impoort-checker has been fixed.
Differential Revision: https://phab.mercurial-scm.org/D7701
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 18 Dec 2019 13:30:48 -0800 |
parents | eef9a2d67051 |
children | d4ba4d51f85f |
comparison
equal
deleted
inserted
replaced
43954:303576116ac1 | 43955:75ec46c63657 |
---|