Index: /trunk/ippToPsps/jython/batch.py
===================================================================
--- /trunk/ippToPsps/jython/batch.py	(revision 38923)
+++ /trunk/ippToPsps/jython/batch.py	(revision 38924)
@@ -258,4 +258,12 @@
 
          return value
+
+    '''
+    Dumps out the list of keys in a header
+    '''
+    def dumpKeys(self, header):
+        for key in header:
+            self.logger.infoPair("", str(key))
+        return 0
 
     '''
