Index: trunk/ippToPsps/jython/dvodetections.py
===================================================================
--- trunk/ippToPsps/jython/dvodetections.py	(revision 40275)
+++ trunk/ippToPsps/jython/dvodetections.py	(revision 40276)
@@ -24,4 +24,5 @@
         
         super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db)
+
         print "----- DvoDetections is not used, is it?? -----"
         os._exit(1)
Index: trunk/ippToPsps/jython/dvodiffdetections.py
===================================================================
--- trunk/ippToPsps/jython/dvodiffdetections.py	(revision 40275)
+++ trunk/ippToPsps/jython/dvodiffdetections.py	(revision 40276)
@@ -14,4 +14,5 @@
 '''
 A class for ingesting DVO detections into MySQL
+XXX EAM 20151029 : I do not believe this class is used at all.  I am poisoning it with an exit
 '''
 class DvoDetections(Dvo):
@@ -25,4 +26,7 @@
         super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db)
 #       super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
+
+        print "----- DvoDetections is not used, is it?? -----"
+        os._exit(1)
 
         # declare DVO file types of interest
