Changeset 256 for pkpgcounter/trunk/pkpgpdls/postscript.py
- Timestamp:
- 09/06/05 15:56:34 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/postscript.py
r252 r256 84 84 pagecount += 1 85 85 pages[pagecount] = { "copies" : 1 } 86 elif line.startswith(r"(%%[Page: ") : 87 pagecount += 1 88 pages[pagecount] = { "copies" : 1 } 86 89 elif line.startswith(r"%%Requirements: numcopies(") : 87 90 try :