Changeset 387 for pkpgcounter/trunk/pkpgpdls/pdlparser.py
- Timestamp:
- 09/05/06 23:44:49 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/pdlparser.py
r371 r387 78 78 79 79 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.""" 81 81 raise RuntimeError, "Not implemented !" 82 82