/[formed]/trunk/tools/anonym/joincsv.py
ViewVC logotype

Diff of /trunk/tools/anonym/joincsv.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 237 by teichmann, Mon Feb 25 14:45:20 2008 UTC revision 238 by teichmann, Mon Feb 25 17:08:20 2008 UTC
# Line 64  def main(): Line 64  def main():
64                  if idx >= 0:                  if idx >= 0:
65                      line.append(c[idx])                      line.append(c[idx])
66                  else:                  else:
67                      line.append(SEP)                      line.append('')
68              f.write("%s\r\n" % SEP.join(line))              all = SEP.join(line)
69                f.write("%s\r\n" % all)
70    
71  if __name__ == "__main__":  if __name__ == "__main__":
72      main()      main()

Legend:
Removed from v.237  
changed lines
  Added in v.238

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26