Show
Ignore:
Timestamp:
08/29/06 00:08:45 (18 years ago)
Author:
jerome
Message:

Cleaner output for color components.

Location:
pkpgcounter/trunk/pkpgpdls
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/analyzer.py

    r377 r383  
    248248                            for k in cspace : # NB : this way we preserve the order of the planes 
    249249                                try : 
    250                                     lineparts.append("%s : %f%%" % (k, page[k])) 
     250                                    lineparts.append("%s : %s%%" % (k, ("%f" % page[k]).rjust(10))) 
    251251                                except KeyError : 
    252252                                    pass 
  • pkpgcounter/trunk/pkpgpdls/version.py

    r378 r383  
    2323 
    2424 
    25 __version__ = "1.84" 
     25__version__ = "1.85alpha" 
    2626 
    2727__doc__ = """pkpgcounter : a generic Page Description Languages parser."""