Index: fact/tools/pyscripts/examples/result_collection/canread.py
===================================================================
--- fact/tools/pyscripts/examples/result_collection/canread.py	(revision 13113)
+++ fact/tools/pyscripts/examples/result_collection/canread.py	(revision 13114)
@@ -1,3 +1,3 @@
-#!/usr/bin/python
+#!/usr/bin/python -i
 
 # Please read first:
@@ -29,3 +29,9 @@
         print '<--'
     
-    
+print 'end of canread.py    hit Ctrl-D to end'
+print 
+print 'fur further examination of the can try one of these'
+print " print can['results']['areas'] "
+print " print can['settings']['data_file_names'] "
+print " print can['src'][0] "
+
