Revision ab62526c

b/lib/locking.py
568 568
    if isinstance(names, basestring):
569 569
      names = [names]
570 570

  
571
    # If we don't already own the set-level lock acquire it in an exclusive way
571
    # If we don't already own the set-level lock acquired in an exclusive way
572 572
    # we'll get it and note we need to release it later.
573 573
    release_lock = False
574 574
    if not self.__lock._is_owned():

Also available in: Unified diff