Revision 2a21bc88

b/lib/locking.py
451 451
      if isinstance(names, basestring):
452 452
        names = [names]
453 453
      else:
454
        names.sort()
454
        names = sorted(names)
455 455

  
456 456
      acquire_list = []
457 457
      # First we look the locks up on __lockdict. We have no way of being sure

Also available in: Unified diff