Changeset 40276 for trunk/ippToPsps/jython/dvodiffdetections.py
- Timestamp:
- Dec 12, 2017, 1:12:35 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvodiffdetections.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvodiffdetections.py
r38883 r40276 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): … … 25 26 super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db) 26 27 # super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb) 28 29 print "----- DvoDetections is not used, is it?? -----" 30 os._exit(1) 27 31 28 32 # declare DVO file types of interest
Note:
See TracChangeset
for help on using the changeset viewer.
