18 Dec
2011
18 Dec
'11
7:33 p.m.
On Dec 18, 2011, at 5:52 AM, Marius Gedminas wrote:
One thing leaves me baffled: how was it possible to make the release to PyPI (which means at the very least python setup.py sdist upload) if python setup.py had that missing import?
Because buildout was used: ./bin/buildout setup . sdist register upload Since ./bin/buildout imports zc.buildout.buildout which imports os it worked. Zvezdan