Don't look for a Python 2 interpreter
commit1bbf7028b46dd1ffb775f9e7e282f54bb25abcad
authorFrej Drejhammar <frej.drejhammar@gmail.com>
Wed, 27 Dec 2023 11:52:26 +0000 (27 12:52 +0100)
committerFrej Drejhammar <frej.drejhammar@gmail.com>
Wed, 27 Dec 2023 12:18:56 +0000 (27 13:18 +0100)
tree1114b9b0dfd30fd2258dc7864e7959adf5ad7555
parentc8fa290adf7c71b276feaa0cf2dfb0b42e2bbae5
Don't look for a Python 2 interpreter

Don't look for a Python 2 interpreter as Python is no longer
supported. If there is a Python 2 available and it had the Mercurial
modules available, hg-fast-export would use it and fail to import
`importlib.machinery`. This is probably the cause of #314.

Closes #314.
hg-fast-export.sh