| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make VendorImporter more generic | Jason R. Coombs | 2016-01-02 | 1 | -13/+20 |
| | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Create a PEP 302 importer for managing conditional import of vendored ↵ | Jason R. Coombs | 2016-01-02 | 2 | -45/+42 |
| | | | | | | | | packages from the 'extern' namespace. This technique avoids the use of 'imp' and works even when setuptools is installed as a zipped egg. Ref #229. --HG-- branch : feature/issue-229 | ||||
| * | Move extern.packaging into a package to enable package-relative imports to ↵ | Jason R. Coombs | 2016-01-01 | 1 | -0/+0 |
| | | | | | | | | resolve propertly. Ref #229. --HG-- branch : feature/issue-229 | ||||
| * | Use the same technique in pkg_resources, relying on an 'extern' module to ↵ | Jason R. Coombs | 2015-12-31 | 2 | -0/+45 |
| resolve the conditional import. --HG-- branch : feature/issue-229 | |||||
