- Timestamp:
- Jun 27, 2018, 3:31:55 PM (8 years ago)
- Location:
- branches/czw_branch/20170908
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/jython/dvodiffdetections.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/ippToPsps/jython/dvodiffdetections.py
r38883 r40483 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.
