Files
@ 2cd418e377de
Branch filter:
Location: kallithea/kallithea/lib/vcs/utils/fakemod.py
2cd418e377de
471 B
text/x-python
vcs: replace imp with importlib
imp has been dropped in Python 3.12. Mercurial has been changed in a similar
way.
imp has been dropped in Python 3.12. Mercurial has been changed in a similar
way.