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:
parent
76005c917f
commit
535535a45e
|
@ -24,7 +24,6 @@ class RWLock:
|
||||||
writer_enters()
|
writer_enters()
|
||||||
writer_leaves()
|
writer_leaves()
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.mutex = threading.RLock()
|
self.mutex = threading.RLock()
|
||||||
self.can_read = threading.Semaphore(0)
|
self.can_read = threading.Semaphore(0)
|
||||||
|
|
Loading…
Reference in New Issue