- Timestamp:
- Jan 11, 2012, 11:19:21 PM (15 years ago)
- Location:
- branches/meh_branches/ppsub_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/jython/initbatch.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppsub_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppsub_test/ippToPsps/jython/initbatch.py
r32033 r33098 30 30 configDoc, 31 31 gpc1Db, 32 ippToPspsDb): 32 ippToPspsDb, 33 batchID): 33 34 super(InitBatch, self).__init__(logger, 34 35 configPath, … … 37 38 ippToPspsDb, 38 39 0, 40 batchID, 39 41 "IN", 40 42 None) … … 49 51 self.logger.debug("importIppTables method here to satidfy base-class") 50 52 53 ''' 54 Here to satidfy the base-class 55 ''' 56 def alterPspsTables(self): 57 return True 51 58 52 59 '''
Note:
See TracChangeset
for help on using the changeset viewer.
