From dd5dc51fc773b56c6f4b33ab739d2b148ec45337 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 28 Jan 2019 21:48:13 -0800 Subject: Expand tabs in Python code. --- Mailman/LockFile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/LockFile.py') diff --git a/Mailman/LockFile.py b/Mailman/LockFile.py index d7cd9252..45d92cd6 100644 --- a/Mailman/LockFile.py +++ b/Mailman/LockFile.py @@ -195,7 +195,7 @@ class LockFile: self.__logprefix = os.path.split(self.__lockfile)[1] # For transferring ownership across a fork. self.__owned = True - + def __repr__(self): return '' % ( id(self), self.__lockfile, -- cgit v1.2.3