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