aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/extern/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Move six to pkg_resources for use there.Jason R. Coombs2016-01-041-1/+1
* Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-021-44/+1
* Pop the module off the stack, preventing the 'Version' class from having a di...Jason R. Coombs2016-01-021-2/+1
* Make VendorImporter more genericJason R. Coombs2016-01-021-13/+20
* Create a PEP 302 importer for managing conditional import of vendored package...Jason R. Coombs2016-01-021-0/+42
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-0/+0