Fix typo in test

This commit is contained in:
micbou 2016-01-12 22:51:15 +01:00
parent 1cdbe4a770
commit 9a27c990db

View File

@ -28,7 +28,7 @@ def EndsWithPython_Python2Paths_test():
'python', 'python',
'/usr/bin/python2.6', '/usr/bin/python2.6',
'/home/user/.pyenv/shims/python2.7', '/home/user/.pyenv/shims/python2.7',
r'C:\aPython26\python.exe' r'C:\Python26\python.exe'
] ]
for path in python_paths: for path in python_paths: