Removed a bunch of annoying trailing whitespace.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-04-25 07:25:22 +00:00
parent 76005c917f
commit 535535a45e
3 changed files with 14 additions and 15 deletions

View File

@ -24,7 +24,6 @@ class RWLock:
writer_enters()
writer_leaves()
"""
def __init__(self):
self.mutex = threading.RLock()
self.can_read = threading.Semaphore(0)