Changeset 252 for pkpgcounter/trunk/pkpgpdls/dvi.py
- Timestamp:
- 09/03/05 00:40:57 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/dvi.py
r235 r252 35 35 try : 36 36 if (ord(self.firstblock[0]) == 0xf7) and (ord(self.lastblock[-1]) == 0xdf) : 37 if self.debug : 38 sys.stderr.write("DEBUG: Input file is in the DVI format.\n") 37 self.logdebug("DEBUG: Input file is in the DVI format.") 39 38 return 1 40 39 else :