Changeset 548 for pkpgcounter/trunk

Show
Ignore:
Timestamp:
12/09/07 14:14:12 (16 years ago)
Author:
jerome
Message:

Changed docstring.

Files:
1 modified

Legend:

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

    r547 r548  
    2727 
    2828class Parser(pdlparser.PDLParser) : 
    29     """A parser for Netpbm documents.""" 
    30     required = [ "a2ps | enscript", "gs" ] 
     29    """A parser for PNM (ascii) documents.""" 
    3130    openmode = "rU"                  
    3231    def isValid(self) :