[Checkins] SVN: grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl At the end of bootstrap.py explicitly import zc.buildout.buildout before calling it,

Maurits van Rees m.van.rees at zestsoftware.nl
Thu May 8 17:00:01 EDT 2008


Log message for revision 86547:
  At the end of bootstrap.py explicitly import zc.buildout.buildout before calling it,
  in case the automatically fetched bootstrap.py ever changes too much.

Changed:
  U   grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl

-=-
Modified: grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl
===================================================================
--- grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl	2008-05-08 20:39:32 UTC (rev 86546)
+++ grokproject/branches/maurits-using-eggbasket/grokproject/template/bootstrap.py_tmpl	2008-05-08 21:00:00 UTC (rev 86547)
@@ -1,2 +1,7 @@
 ${bootstrap_contents}
+
+# Automatically added at the end by grokproject to bootstrap this
+# project with packages that grok depends on, without needing to fetch
+# their code from too many websites that could be down.
+import zc.buildout.buildout
 zc.buildout.buildout.main(sys.argv[1:] + ['install', 'eggbasket'])



More information about the Checkins mailing list