f3add6 replace has_key() with "... in" for python3 compability

Authored and Committed by Christian Boltz 6 years ago
    replace has_key() with "... in" for python3 compability
    
    Salt in Tumbleweed switched to python3, and has_key() was dropped in
    pythons.
    
    I never expected that we need to run 2to3 on our salt code ;-)