Changeset 808 for trunk/imports
- Timestamp:
- Dec 5, 2012 10:06:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/imports/G2pwd_fxye.py ΒΆ
r803 r808 32 32 if i==0: # first line is always a comment 33 33 continue 34 if i==1 and line[:4].lower() == 'inst' and ':' in line: 34 # if i==1 and line[:4].lower() == 'inst' and ':' in line: 35 if i==1 and line[:4].lower() == 'inst': 35 36 # 2nd line is optional instrument parameter file 36 37 continue
Note: See TracChangeset
for help on using the changeset viewer.