Index: trunk/ippToPsps/jython/loader.py
===================================================================
--- trunk/ippToPsps/jython/loader.py	(revision 37355)
+++ trunk/ippToPsps/jython/loader.py	(revision 37748)
@@ -24,4 +24,9 @@
 from objectbatch import ObjectBatch
 
+from diffbatch import DiffBatch 
+#from diffobjectbatch import DiffObjectBatch
+
+#
+#
 '''
 Loader class
@@ -191,8 +196,8 @@
         # loop round IDs of all items to be processed
         self.ippToPspsDb.lockBatchTable()
-        #self.logger.infoPair("heather:","lockbatchtable")
+        self.logger.infoPair("heather:","lockbatchtable")
         unattemptedCount = 0
         for id in ids:
-            #self.logger.infoPair("heather:","in ids")
+            self.logger.infoPair("heather:","in ids")
             #self.logger.infoPair("heather:id",str(id))
             batchID = self.ippToPspsDb.createNewBatch(batchType, id)
@@ -202,5 +207,5 @@
                 unattemptedCount += 1
                 continue
-            #self.logger.infoPair("heather:","passed logic")
+            self.logger.infoPair("heather:","passed logic")
 
             self.ippToPspsDb.unlockTables()
@@ -244,4 +249,5 @@
     
                 elif batchType == "DF":
+                    self.logger.infoPair("wegothere!","we are awesome")
                     batch = DiffBatch(self.logger,
                             self.config,
