summaryrefslogtreecommitdiff
path: root/pkg_resources/extern/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Move six to pkg_resources for use there.Jason R. Coombs2016-01-041-1/+1
* Extract variable for extant name. Add comment about the hack.Jason R. Coombs2016-01-021-3/+9
* Add some docstringsJason R. Coombs2016-01-021-0/+13
* Based on experimentation, the canonical module name needs to be in sys.module...Jason R. Coombs2016-01-021-1/+4
* Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-021-0/+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
* Use the same technique in pkg_resources, relying on an 'extern' module to res...Jason R. Coombs2015-12-311-0/+0