Commit 26aea4c2 authored by jim's avatar jim

Normalize extension names.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@71416 62d5b8a3-27da-0310-9561-8e5933582275
parent bdf7251f
......@@ -83,6 +83,7 @@ def test_suite():
"-\d[.]\d-py)\d[.]\d(-\S+)?[.]egg"),
'\\1V.V.egg'),
(re.compile('extdemo.c\n.+\\extdemo.exp\n'), ''),
(re.compile('extdemo[.]pyd'), 'extdemo.so')
]),
),
......
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