4a437a3 config plugin: replace 'is 0' with '== 0'

1 file Authored by frenaud 4 years ago, Committed by cheimes 4 years ago,
    config plugin: replace 'is 0' with '== 0'
    
    Since python3.8, identity checks with literal produce syntax warnings.
    Replace the check 'if .. is 0' with 'if .. == 0'
    
    Related: https://pagure.io/freeipa/issue/8057
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+2 -2