From ce08448165249b8be2181f231178db52504e2b01 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 26 Dec 1991 13:06:29 +0000 Subject: New class syntax. --- Lib/mutex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/mutex.py') diff --git a/Lib/mutex.py b/Lib/mutex.py index 38983fc239..c939b1a607 100644 --- a/Lib/mutex.py +++ b/Lib/mutex.py @@ -11,7 +11,7 @@ # Of course, no multi-threading is implied -- hence the funny interface # for lock, where a function is called once the lock is aquired. # -class mutex(): +class mutex: # # Create a new mutex -- initially unlocked # -- cgit v1.2.1