[entropy.locks] UpdatesNotificationResourceLock: do not dictate any particular lock mode

This commit is contained in:
Fabio Erculiani
2013-12-20 14:22:53 +01:00
parent 934a7ce14b
commit 6f44f5c40a
+1 -1
View File
@@ -489,7 +489,7 @@ class UpdatesNotificationResourceLock(ResourceLock):
If you want to run an install queue, acquire this in shared mode,
if you want to notify available updates, try to acquire this in
exclusive non blocking mode.
exclusive mode.
"""
def __init__(self, output=None):