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