Show
Ignore:
Timestamp:
09/05/06 23:44:49 (18 years ago)
Author:
jerome
Message:

Code cleanups.

Files:
1 modified

Legend:

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

    r371 r387  
    7878             
    7979    def isValid(self) :     
    80         """Returns 1 if data is in the expected format, else 0.""" 
     80        """Returns True if data is in the expected format, else False.""" 
    8181        raise RuntimeError, "Not implemented !" 
    8282