ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/TWikiIB/makeDepMetrics.py
(Generate patch)

Comparing UserCode/TWikiIB/makeDepMetrics.py (file contents):
Revision 1.11 by geonmo, Tue Sep 8 12:35:37 2009 UTC vs.
Revision 1.12 by geonmo, Wed Sep 9 07:25:22 2009 UTC

# Line 23 | Line 23 | class mkDepMetrics(object) :
23              for line in contents :
24                  matchCycle = typeCycle.search(line)
25                  if line=='# Summary\n' :
26 <                    self.page.write('         * Summary\n')
26 >                    self.page.write('      * Summary\n')
27                      writeflag = True
28                  elif line=='# Levels\n' :
29                      writeflag = False

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines