diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lock.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lock.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lock.py b/lldb/packages/Python/lldbsuite/test/lock.py index 89823b88abc..0e3af4a6b16 100644 --- a/lldb/packages/Python/lldbsuite/test/lock.py +++ b/lldb/packages/Python/lldbsuite/test/lock.py @@ -5,6 +5,7 @@ Interprocess mutex based on file locks import fcntl import os + class Lock: def __init__(self, filename): |