summaryrefslogtreecommitdiff
path: root/numpy/core/cversions.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
| | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior.
* MAINT: Move numpy/core/code_generators/cversions.py to numpy/core.Charles Harris2014-05-041-0/+15
This is done because it runs as a script, hence without context, and this causes problems with imports in the code_generators package. This became apparent when numpy_api.py was changed to import genapi.py from the same package.