Changeset 522 for pkpgcounter/trunk/pkpgpdls/lidil.py
- Timestamp:
- 11/28/07 11:13:33 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/lidil.py
r520 r522 62 62 # for simplicity's sake. 63 63 EOFMarker = "$\x00\x10\x00\x08\x00\x00\x00\x00\x00\xff\xff\xff\xff\xff$$\x00\x10\x00\x06\x00\x00\x00\x00\x00\xff\xff\xff\xff\xff$" 64 if self. parent.firstblock.startswith(BOFMarker) \65 and self. parent.lastblock.endswith(EOFMarker) :64 if self.firstblock.startswith(BOFMarker) \ 65 and self.lastblock.endswith(EOFMarker) : 66 66 self.logdebug("DEBUG: Input file is in the Hewlett-Packard LIDIL format.") 67 67 return True