Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/dvodetections.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/dvodetections.py	(revision 35008)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/dvodetections.py	(revision 35009)
@@ -149,4 +149,7 @@
               FROM " + cpmTableName
 
+       # print "sql :", sql
+       # response = raw_input("prepare to insert dvoDetectionTable ")
+
        try:
            self.scratchDb.execute(sql)
@@ -155,4 +158,5 @@
            return False
        finally:
+           # response = raw_input("insert dvoDetectionTable ")
            self.logger.infoPair("Dropping tables", "%s and %s" % (cpmTableName, cptTableName))
            self.scratchDb.dropTable(cpmTableName)
