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