Changeset 33558
- Timestamp:
- Mar 16, 2012, 12:08:17 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/config.py
r33501 r33558 58 58 except: pass 59 59 60 ''' 61 Queuing this batch type? 62 ''' 63 def queuingThisBatchType(self, batchType): 64 if batchType in self.batchTypes: return 1 65 return 0 60 66 61 67 '''
Note:
See TracChangeset
for help on using the changeset viewer.
