52a4359 ipapython/graph.py complexity optimization

1 file Authored by Aleksei Slaikovskii 6 years ago, Committed by tkrizek 6 years ago,
    ipapython/graph.py complexity optimization
    
    Hi!
    
    I've just read the code and I saw that graph bfs uses not optimal
    for Python solution. So I've edited it with more optimal one.
    
    https://pagure.io/freeipa/issue/7051
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+6 -4