Changeset 522 for pkpgcounter/trunk/pkpgpdls/hbp.py
- Timestamp:
- 11/28/07 11:13:33 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/hbp.py
r520 r522 34 34 def isValid(self) : 35 35 """Returns True if data is HBP, else False.""" 36 if self. parent.firstblock.find("@PJL ENTER LANGUAGE = HBP\n") != -1 :36 if self.firstblock.find("@PJL ENTER LANGUAGE = HBP\n") != -1 : 37 37 self.logdebug("DEBUG: Input file is in the HBP format.") 38 38 return True