Changeset 1559 for trunk/imports/G2pwd_xye.py
- Timestamp:
- Nov 3, 2014 2:48:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2pwd_xye.py
r1544 r1559 46 46 gotCcomment = True 47 47 continue 48 if S[0] == '#':48 if S[0] in ["'",'#']: 49 49 continue #ignore comments, if any 50 50 else: … … 81 81 gotCcomment = True 82 82 continue 83 if S[0] == '#':83 if S[0] in ["'"'#']: 84 84 self.comments.append(S[:-1]) 85 85 continue #ignore comments, if any
Note: See TracChangeset
for help on using the changeset viewer.