Changeset 252 for pkpgcounter/trunk/pkpgpdls/escp2.py
- Timestamp:
- 09/03/05 00:40:57 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/escp2.py
r235 r252 34 34 self.firstblock.startswith("\n\033@") or \ 35 35 self.firstblock.startswith("\0\0\0\033\1@EJL") : # ESC/P Raster ??? Seen on Stylus Photo 1284 36 if self.debug : 37 sys.stderr.write("DEBUG: Input file is in the ESC/P2 format.\n") 36 self.logdebug("DEBUG: Input file is in the ESC/P2 format.") 38 37 return 1 39 38 else :