commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5365 - trunk/www/utils/webhelpers


From: jcater
Subject: r5365 - trunk/www/utils/webhelpers
Date: Thu, 18 Mar 2004 22:41:19 -0600 (CST)

Author: jcater
Date: 2004-03-18 22:41:19 -0600 (Thu, 18 Mar 2004)
New Revision: 5365

Modified:
   trunk/www/utils/webhelpers/tools.py
Log:
fixed invalid doc directory

Modified: trunk/www/utils/webhelpers/tools.py
===================================================================
--- trunk/www/utils/webhelpers/tools.py 2004-03-19 04:39:46 UTC (rev 5364)
+++ trunk/www/utils/webhelpers/tools.py 2004-03-19 04:41:19 UTC (rev 5365)
@@ -154,6 +154,7 @@
         html2 += '<h2>%s Documentation</h2>\n' % descr
         for props, text in fileset:
           all = []
+          all2 = []
           for file, type in mod.docs.getTypes(props, DEST):
             all.append('<a href="../..%s">%s</a>' % (file, type))
             all2.append('<a href="../../..%s">%s</a>' % (file, type))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]