frej / fast-export

A mercurial to git converter using git-fast-import
http://repo.or.cz/w/fast-export.git
808 stars 255 forks source link

Don't look for a Python 2 interpreter #316

Closed frej closed 9 months ago

frej commented 9 months ago

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.