Changeset 520 for pkpgcounter/trunk/pkpgpdls/lidil.py
- Timestamp:
- 11/28/07 00:52:52 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/lidil.py
r491 r520 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. firstblock.startswith(BOFMarker) \65 and self. lastblock.endswith(EOFMarker) :64 if self.parent.firstblock.startswith(BOFMarker) \ 65 and self.parent.lastblock.endswith(EOFMarker) : 66 66 self.logdebug("DEBUG: Input file is in the Hewlett-Packard LIDIL format.") 67 67 return True