[pypy-svn] r39252 - pypy/extradoc/pypy.org

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Feb 21 10:17:50 CET 2007


Author: cfbolz
Date: Wed Feb 21 10:17:47 2007
New Revision: 39252

Modified:
   pypy/extradoc/pypy.org/confrest.py
Log:
make confrest work with the py-lib changes


Modified: pypy/extradoc/pypy.org/confrest.py
==============================================================================
--- pypy/extradoc/pypy.org/confrest.py	(original)
+++ pypy/extradoc/pypy.org/confrest.py	Wed Feb 21 10:17:47 2007
@@ -14,6 +14,7 @@
             " ", id="menubar")
 
 class Project(Project):
+    mydir = py.magic.autopath().dirpath()
     title = "PyPy EU Project"
     stylesheet = 'http://codespeak.net/pypy/dist/pypy/doc/style.css'
     encoding = 'latin1'



More information about the Pypy-commit mailing list