[pypy-svn] r63538 - pypy/trunk/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Thu Apr 2 15:18:35 CEST 2009


Author: hpk
Date: Thu Apr  2 15:18:31 2009
New Revision: 63538

Added:
   pypy/trunk/pypy/doc/confrest_oldpy.py
      - copied unchanged from r63530, py/dist/py/doc/confrest.py
Modified:
   pypy/trunk/pypy/doc/confrest.py
Log:
moving the old confrest file from the py lib
because the latter is going to use sphinx. 



Modified: pypy/trunk/pypy/doc/confrest.py
==============================================================================
--- pypy/trunk/pypy/doc/confrest.py	(original)
+++ pypy/trunk/pypy/doc/confrest.py	Thu Apr  2 15:18:31 2009
@@ -1,7 +1,7 @@
 import py
 
 # XXX importing/inheriting from an internal py lib class is hackish
-from py.__.doc.confrest import Project, Page, relpath
+from confrest_oldpy import Project, Page, relpath
 html = py.xml.html
 
 class PyPyPage(Page): 



More information about the Pypy-commit mailing list