Changeset 39007 for trunk/ippToPsps/jython/dvodetections.py
- Timestamp:
- Oct 29, 2015, 4:10:00 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvodetections.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvodetections.py
r38883 r39007 14 14 ''' 15 15 A class for ingesting DVO detections into MySQL 16 XXX EAM 20151029 : I do not believe this class is used at all. I am poisoning it with an exit 16 17 ''' 17 18 class DvoDetections(Dvo): … … 21 22 ''' 22 23 def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db): 23 # def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb): 24 24 25 25 super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db) 26 # super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb) 26 print "----- DvoDetections is not used, is it?? -----" 27 os._exit(1) 27 28 28 29 # declare DVO file types of interest
Note:
See TracChangeset
for help on using the changeset viewer.
