Commit 5ddf50d2 authored by Jakub Wilk's avatar Jakub Wilk

pyximport: remove obsolete version check

The file is syntactically correct only in Python >= 2.6, so the
version check would never be run.
parent c4ba71f4
......@@ -55,8 +55,6 @@ from zipimport import zipimporter, ZipImportError
mod_name = "pyximport"
assert sys.hexversion >= 0x2030000, "need Python 2.3 or later"
PYX_EXT = ".pyx"
PYXDEP_EXT = ".pyxdep"
PYXBLD_EXT = ".pyxbld"
......
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