Commit e897dcf8 authored by jim's avatar jim

Normalize Python executable paths.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68558 62d5b8a3-27da-0310-9561-8e5933582275
parent 7b81905b
......@@ -142,7 +142,7 @@ def test_suite():
% dict(sep=os.path.sep)
),
'\\2-VVV-egg'),
(re.compile('python(\d.\d)?'), 'python')
(re.compile('\S%spython(\d.\d)?' % os.path.sep), 'python')
]),
),
doctest.DocTestSuite(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment