[py-svn] r38782 - py/trunk/py/doc

hpk at codespeak.net hpk at codespeak.net
Wed Feb 14 03:30:20 CET 2007


Author: hpk
Date: Wed Feb 14 03:30:19 2007
New Revision: 38782

Modified:
   py/trunk/py/doc/confrest.py
Log:
here as well


Modified: py/trunk/py/doc/confrest.py
==============================================================================
--- py/trunk/py/doc/confrest.py	(original)
+++ py/trunk/py/doc/confrest.py	Wed Feb 14 03:30:19 2007
@@ -25,7 +25,7 @@
         self.fill() 
 
     def a_docref(self, name, relhtmlpath):
-        docpath = get_docpath()
+        docpath = self.project.get_docpath()
         return html.a(name, class_="menu",
                       href=relpath(self.targetpath.strpath,
                                    docpath.join(relhtmlpath).strpath))



More information about the pytest-commit mailing list