YouCompleteMe/python
micbou a80846e35d Check Python interpreter pathname
Rename CheckPythonVersion to IsPythonVersionCorrect.
In embedders, sys.executable may contain a Vim path instead of a Python
one. To avoid starting a Vim instance in this case, we check that given
path ends with a Python 2.6 or 2.7 name using a regex.
Add tests for this regex.
2016-01-12 22:36:31 +01:00
..
ycm Check Python interpreter pathname 2016-01-12 22:36:31 +01:00
test_requirements.txt Correct import of argparse 2015-11-08 23:09:41 +00:00