68
47
This class is now deprecated; code should move to using the Transport
69
48
directly for file operations and using the lock or CountedLock for
72
51
:ivar _lock: The real underlying lock (e.g. a LockDir)
82
58
def __init__(self, transport, lock_name, lock_class):
83
59
"""Create a LockableFiles group