9b68d2a Pylint: enable global-variable-not-assigned check

Authored and Committed by mbasti 7 years ago
    Pylint: enable global-variable-not-assigned check
    
    the global keyword should be used only when variable from outside is
    assigned inside, otherwise it has no effect and just confuses developers
    
    Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
    
        
file modified
+0 -3
file modified
+0 -1