[Checkins] SVN: grokproject/trunk/grokproject/template_paste/ Use new grokcore.startup release.

Uli Fouquet uli at gnufix.de
Sat Feb 21 08:54:19 EST 2009


Log message for revision 96918:
  Use new grokcore.startup release.

Changed:
  U   grokproject/trunk/grokproject/template_paste/setup.py_tmpl
  U   grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/setup.py_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/setup.py_tmpl	2009-02-21 13:54:16 UTC (rev 96917)
+++ grokproject/trunk/grokproject/template_paste/setup.py_tmpl	2009-02-21 13:54:18 UTC (rev 96918)
@@ -27,8 +27,8 @@
                         ],
       entry_points = """
       [console_scripts]
-      ${package}-debug = grokcore.startup.startup:interactive_debug_prompt
-      ${package}-ctl = grokcore.startup.startup:zdaemon_controller
+      ${package}-debug = grokcore.startup:interactive_debug_prompt
+      ${package}-ctl = grokcore.startup:zdaemon_controller
       [paste.app_factory]
       main = grokcore.startup:application_factory
       """,

Modified: grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl	2009-02-21 13:54:16 UTC (rev 96917)
+++ grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl	2009-02-21 13:54:18 UTC (rev 96918)
@@ -18,4 +18,4 @@
 zc.buildout = 1.1.1
 zc.recipe.egg = 1.1.0
 zc.recipe.filestorage = 1.0.1
-grokcore.startup = 0.1
+grokcore.startup = 0.2



More information about the Checkins mailing list