Python 3 fixes for New-style configuration tests
This merge request contains two fixes:
- Replace
dict.iteritems
usage with theiteritems
function from thesix
module in theL1DecoderConfig.py
module - Use logger rather than print statements in
SCT_ConditionsConfig_test.py