Changeset 31979 for trunk/ippToPsps/jython/pslogger.py
- Timestamp:
- Aug 2, 2011, 4:15:42 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/pslogger.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/pslogger.py
r31933 r31979 10 10 self.error("%-40s%s" % (first, second)) 11 11 12 def infoBool(self, first, bool): 13 if bool: str = "yes" 14 else: str = "no" 15 self.info("%-40s%s" % (first, str)) 16 17 def errorBool(self, first, bool): 18 if bool: str = "yes" 19 else: str = "no" 20 self.error("%-40s%s" % (first, str)) 21 12 22 def infoSeparator(self): 13 23 self.info("--------------------------------------------------------------------------")
Note:
See TracChangeset
for help on using the changeset viewer.
