Changeset 39007 for trunk/ippToPsps/jython/dvoforcedobjects.py
- Timestamp:
- Oct 29, 2015, 4:10:00 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvoforcedobjects.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvoforcedobjects.py
r38883 r39007 21 21 ''' 22 22 def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db): 23 # def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb):24 23 25 24 super(DvoForcedObjects, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db) 26 # super(DvoForcedObjects, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)27 25 28 26 # declare DVO file types of interest 29 self.ingestFileTypes = ['cpt', 'cps', 'cpy']30 27 self.loadPhotcodes() 31 28
Note:
See TracChangeset
for help on using the changeset viewer.
