[Checkins] SVN: grokcore.startup/branches/zodbless/src/grokcore/startup/README.txt Fix entrypoint location.

Ulrich Fouquet cvs-admin at zope.org
Fri Apr 27 14:09:11 UTC 2012


Log message for revision 125337:
  Fix entrypoint location.
  

Changed:
  U   grokcore.startup/branches/zodbless/src/grokcore/startup/README.txt

-=-
Modified: grokcore.startup/branches/zodbless/src/grokcore/startup/README.txt
===================================================================
--- grokcore.startup/branches/zodbless/src/grokcore/startup/README.txt	2012-04-27 14:04:37 UTC (rev 125336)
+++ grokcore.startup/branches/zodbless/src/grokcore/startup/README.txt	2012-04-27 14:09:07 UTC (rev 125337)
@@ -346,14 +346,14 @@
 To setup a grok environment which works without the zodb you
 have to replace the paster-application-factory which typically is
 located in the debug.ini and in the deploy.ini: To be concrete
-replace grokcore.startup#... with megrok.nozodb#nozodb
+replace grokcore.startup#... with grokcore.startup#nozodb
 
     [app:grok]
-    use = egg:megrok.nozodb#nozodb
+    use = egg:grokcore.startup#nozodb
 
 
 We have to create a simple site definition file, which is also quite
-plain::
+plain:
 
    >>> import os, tempfile
    >>> temp_dir = tempfile.mkdtemp()



More information about the checkins mailing list