Solaris python 2.4.3:
from collections import defaultdict
does not exist..
Please advise what could be an alternative to use multi-level dictionaries:
dictOut['1']['exec'] = 'shell1.sh'
dictOut['1']['onfailure'] = 'continue'
...
dictOut['2']['exec'] = 'shell2.sh'
dictOut['2']['onfailure'] = stop'
many thanks applom