Changes between Version 4 and Version 5 of PythonScriptForParsingSettings
- Timestamp:
- 03/10/10 08:53:13 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonScriptForParsingSettings
v4 v5 105 105 for j in lines: 106 106 if j.strip().startswith('#'): 107 line.insert( len(line)-1, j)107 line.insert(-1, j) 108 108 else: 109 109 break