Changeset 33727
- Timestamp:
- Apr 5, 2012, 3:35:11 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/initbatch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/initbatch.py
r33353 r33727 50 50 ''' 51 51 def importIppTables(self, filter=""): 52 self.logger.debug("importIppTables method here to satidfy base-class") 52 self.logger.debug("importIppTables method here to satisfy base-class") 53 return True 53 54 54 55 ''' … … 63 64 def populatePspsTables(self): 64 65 self.logger.debug("No processing required for this batch type") 65 return 166 return True 66 67
Note:
See TracChangeset
for help on using the changeset viewer.
