Index: trunk/ippToPsps/jython/initbatch.py
===================================================================
--- trunk/ippToPsps/jython/initbatch.py	(revision 33353)
+++ trunk/ippToPsps/jython/initbatch.py	(revision 33727)
@@ -50,5 +50,6 @@
     '''
     def importIppTables(self, filter=""):
-        self.logger.debug("importIppTables method here to satidfy base-class")
+        self.logger.debug("importIppTables method here to satisfy base-class")
+        return True
 
     '''
@@ -63,4 +64,4 @@
     def populatePspsTables(self):
         self.logger.debug("No processing required for this batch type")
-        return 1
+        return True
 
