summaryrefslogtreecommitdiff
path: root/virtualenv_embedded/distutils-init.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix #310, Python 3 bug introduced in 81990bc. Thanks Abhishek Sarkar for the ↵Carl Meyer2012-08-061-1/+4
| | | | report.
* fix distutils-init to not rely on __init__.pyGraham Dennis2012-07-091-1/+5
| | | | | | | | | On Mac OS X Lion, Apple have only distributed the compiled .pyc and .pyo files. distutils-init used to directly 'exec' the real distils' __init__.py file. Instead, we import the real module using imp and grab the variables we're interested in.
* Remove implicit relative imports in distutils-init.py that are fragile with ↵Carl Meyer2012-06-061-5/+2
| | | | Python 3.3 namespace package support.
* TypoStefano Rivera2011-12-141-0/+97