Py3 install fix: keep original Py2 source modules of Cython alive during installation...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 22 Oct 2010 15:01:45 +0000 (17:01 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 22 Oct 2010 15:01:45 +0000 (17:01 +0200)
commite74ad055a31e39d01924e45c408971b37f399b06
treefb9511373a52088f992ae7849d1b35af54d8d9f0
parente0494ef1b0f8217e9e6fa5cbf8ebac7e78c97370
Py3 install fix: keep original Py2 source modules of Cython alive during installation when replacing them with 2to3-ed versions - we still need the build_ext stuff
setup.py