From 14f1b3e8826ce43b978db93a62d1166055db5394 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:26:05 +0000 Subject: Vendor import of lldb trunk r290819: https://llvm.org/svn/llvm-project/lldb/trunk@290819 --- packages/Python/lldbsuite/test/lock.py | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/Python/lldbsuite/test/lock.py') diff --git a/packages/Python/lldbsuite/test/lock.py b/packages/Python/lldbsuite/test/lock.py index 89823b88abc58..0e3af4a6b16e3 100644 --- a/packages/Python/lldbsuite/test/lock.py +++ b/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): -- cgit v1.2.3