Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py	(revision 34954)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py	(revision 34958)
@@ -387,7 +387,5 @@
         size = 0.0
         for region in regions:
-
-            self.logger.infoPair("sizes for region", region)
-
+             self.logger.infoPair("sizes for region", region)
              # get combined size of all interested files
              for fileType in self.ingestFileTypes:
Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 34954)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 34958)
@@ -108,4 +108,8 @@
     '''
     def run(self):
+
+
+        print "test line"
+        print "PATH", os.getenv("PATH")
 
         if not self.scratchDb.connected: return
