Changeset 383 for pkpgcounter/trunk/pkpgpdls
- Timestamp:
- 08/29/06 00:08:45 (18 years ago)
- Location:
- pkpgcounter/trunk/pkpgpdls
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/analyzer.py
r377 r383 248 248 for k in cspace : # NB : this way we preserve the order of the planes 249 249 try : 250 lineparts.append("%s : % f%%" % (k, page[k]))250 lineparts.append("%s : %s%%" % (k, ("%f" % page[k]).rjust(10))) 251 251 except KeyError : 252 252 pass -
pkpgcounter/trunk/pkpgpdls/version.py
r378 r383 23 23 24 24 25 __version__ = "1.8 4"25 __version__ = "1.85alpha" 26 26 27 27 __doc__ = """pkpgcounter : a generic Page Description Languages parser."""