Changeset 522 for pkpgcounter/trunk/pkpgpdls/plain.py
- Timestamp:
- 11/28/07 11:13:33 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/plain.py
r520 r522 39 39 If it's impossible to find one we consider it's not plain text. 40 40 """ 41 lines = self. parent.firstblock.split("\r\n")41 lines = self.firstblock.split("\r\n") 42 42 if len(lines) == 1 : 43 43 lines = lines[0].split("\r")