Changeset 493 for pkpgcounter/trunk/pkpgpdls/plain.py
- Timestamp:
- 11/21/07 16:41:06 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/plain.py
r492 r493 38 38 read the first line, and if it doesn't end in CR or LF 39 39 we consider it's not plain text. 40 41 TODO : use first and last block's content instead of readline(). 40 42 """ 41 43 line = self.infile.readline()