7f0c8ed Let pending_acls be sorted using .sort instead or sorted()

Authored and Committed by pingou 10 years ago
    Let pending_acls be sorted using .sort instead or sorted()
    
    .sort sorts in-place while sorted() creates a new list, which is not
    something required here.
    
        
file modified
+1 -1