Changeset 210 for pkpgcounter/trunk/pdlanalyzer/pcl345.py
- Timestamp:
- 06/15/05 20:38:30 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pdlanalyzer/pcl345.py
r202 r210 320 320 elif startgfx == (endgfx - 1) : 321 321 pagecount = startgfx 322 elif (startgfx == 1) and not endgfx : 323 pass 322 324 else : 323 325 pagecount = abs(startgfx - endgfx)