[py-svn] r14975 - py/dist/py/documentation

hpk at codespeak.net hpk at codespeak.net
Sun Jul 24 10:19:26 CEST 2005


Author: hpk
Date: Sun Jul 24 10:19:25 2005
New Revision: 14975

Modified:
   py/dist/py/documentation/confrest.py
Log:
put the logo on the default page


Modified: py/dist/py/documentation/confrest.py
==============================================================================
--- py/dist/py/documentation/confrest.py	(original)
+++ py/dist/py/documentation/confrest.py	Sun Jul 24 10:19:25 2005
@@ -42,6 +42,7 @@
                 self.menubar,
                 id='metaspace')
 
+        self.body.append(self.project.logo) 
         self.body.append(self.metaspace) 
         self.contentspace = html.div(id="contentspace")
         self.body.append(self.contentspace) 
@@ -57,7 +58,6 @@
     def fill(self): 
         super(PyPage, self).fill() 
         # base layout 
-        self.body.append(self.project.logo) 
         self.menubar.append(
             html.a("issue", href="https://codespeak.net/issue/py-dev/", class_="menu"), 
         ) 



More information about the pytest-commit mailing list