[Zopeskel] test, please ignore

2010-03-29 Thread René Fleschenberg
Sorry for the noise. -- René Fleschenberg ___ ZopeSkel mailing list ZopeSkel@lists.plone.org http://lists.plone.org/mailman/listinfo/zopeskel

[Zopeskel] bootstrap script

2010-03-29 Thread René Fleschenberg
Hi, The code in bootstrap.py doesn't use the 'if __name__ == "__main__"' idiom. This can lead to funny behaviour if it is imported for some reason (I stumbled upon this in conjunction with nose). I have attached a small patch that changes this. -- René FleschenbergIndex: zopeskel/templates/si

Re: [Zopeskel] bootstrap script

2010-03-29 Thread Cristopher Ewing
René, Have you contacted the folks behind the zc.buildout project with this? bootstrap.py is their file. We only keep a copy of a good version of the file local to ZopeSkel and do not control that project. I think this change might better be addressed by them. c On Mar 25, 2010, at 7:14 P

[Zopeskel] Re: bootstrap script

2010-03-29 Thread René Fleschenberg
Hi, Cristopher Ewing: > Have you contacted the folks behind the zc.buildout project with this? > bootstrap.py is their file. We only keep a copy of a good version of the > file local to ZopeSkel and do not control that project. I think this > change might better be addressed by them. Thansk fo