Changeset 449 for pkpgcounter/trunk/pkpgpdls/pclxl.py
- Timestamp:
- 02/08/07 21:48:39 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/pclxl.py
r443 r449 334 334 """ 335 335 self.iscolor = None 336 found = 0336 found = False 337 337 while not found : 338 338 line = self.infile.readline() … … 341 341 pos = line.find(" HP-PCL XL;") 342 342 if pos != -1 : 343 found = 1343 found = True 344 344 endian = ord(line[pos - 1]) 345 345 if endian == 0x29 :