Parent Directory
|
Revision Log
|
Patch
revision 236 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() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |