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

Comparing UserCode/TWikiIB/chkpy.py (file contents):
Revision 1.3 by hykim, Mon Sep 7 10:22:09 2009 UTC vs.
Revision 1.4 by geonmo, Mon Sep 7 14:00:54 2009 UTC

# Line 40 | Line 40 | class makePyCheck(object) :
40                  countline = countline + 1
41              m2 = re.search('Package',l)
42              if m2:
43 <                slist = l.split()
44 <                title.append(slist[1])
43 >                splitedline = l.split()
44 >                title.append(splitedline[1])
45              countfile = countfile + 1
46          print title
47          c1 = self.makecanvas("c1",300,200)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines