[Zope-dev] New zc.queue release?
Zvezdan Petkovic
zvezdan at zope.com
Sun Dec 18 19:33:08 UTC 2011
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
More information about the Zope-Dev
mailing list