Changeset 38924 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Oct 21, 2015, 9:52:25 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r38839 r38924 258 258 259 259 return value 260 261 ''' 262 Dumps out the list of keys in a header 263 ''' 264 def dumpKeys(self, header): 265 for key in header: 266 self.logger.infoPair("", str(key)) 267 return 0 260 268 261 269 '''
Note:
See TracChangeset
for help on using the changeset viewer.
