[pypy-svn] r40774 - pypy/dist/pypy/tool/build/web

guido at codespeak.net guido at codespeak.net
Mon Mar 19 15:24:59 CET 2007


Author: guido
Date: Mon Mar 19 15:24:53 2007
New Revision: 40774

Modified:
   pypy/dist/pypy/tool/build/web/app.py
Log:
Added missing 'vhostroot' variable for template.


Modified: pypy/dist/pypy/tool/build/web/app.py
==============================================================================
--- pypy/dist/pypy/tool/build/web/app.py	(original)
+++ pypy/dist/pypy/tool/build/web/app.py	Mon Mar 19 15:24:53 2007
@@ -244,6 +244,7 @@
                     if d[key]:
                         d[key] = time.strftime('%Y/%m/%d %H:%M:%S',
                                                time.gmtime(d[key]))
+                d['vhostroot'] = config.vhostroot
                 binfo['busy_on'] = [d]
             else:
                 binfo['busy_on'] = []



More information about the Pypy-commit mailing list