[Checkins] SVN: grokproject/trunk/grokproject/template_paste/src/+package+/startup.py_tmpl revert to relative paths again

Michael Haubenwallner michael at d2m.at
Mon Jan 26 08:36:14 EST 2009


Log message for revision 95023:
  revert to relative paths again

Changed:
  U   grokproject/trunk/grokproject/template_paste/src/+package+/startup.py_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/src/+package+/startup.py_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/src/+package+/startup.py_tmpl	2009-01-26 13:17:30 UTC (rev 95022)
+++ grokproject/trunk/grokproject/template_paste/src/+package+/startup.py_tmpl	2009-01-26 13:36:14 UTC (rev 95023)
@@ -9,7 +9,7 @@
     zope_conf = os.path.join(global_conf['zope_conf'])
     return zope.app.wsgi.getWSGIApplication(zope_conf)
 
-def interactive_debug_prompt(zope_conf='${package_directory}/etc/zope.conf'):
+def interactive_debug_prompt(zope_conf='etc/zope.conf'):
     db = zope.app.wsgi.config(zope_conf)
     debugger = zope.app.debug.Debugger.fromDatabase(db)
     # Invoke an interactive interpreter shell
@@ -30,6 +30,6 @@
         print "debug -- Initialize the application, providing a debugger"
         print "         object at an interactive Python prompt."
 
-def zdaemon_controller(zdaemon_conf='${package_directory}/etc/zdaemon.conf'):
+def zdaemon_controller(zdaemon_conf='etc/zdaemon.conf'):
     args = ['-C', zdaemon_conf] + sys.argv[1:]
     zdaemon.zdctl.main(args, options=None, cmdclass=ControllerCommands)
\ No newline at end of file



More information about the Checkins mailing list