summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_command_install_headers.py
Commit message (Collapse)AuthorAgeFilesLines
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-2/+3
|
* Removed unused imports (sys, getpass).Louis Munro2010-12-081-2/+0
|
* Rename command's tests filenames to test_command_*, and install_tools.py to ↵Alexis Metaireau2010-10-041-0/+39
install.py The goal is to avoid overlaps between commands and scripts names (for instance the "install" script and the "install" command)