mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Updated stevedore to 2.0.1
This commit is contained in:
parent
f1624a586f
commit
fb6011f88d
52 changed files with 581 additions and 1960 deletions
|
@ -15,7 +15,7 @@ class NeedRegenerationException(Exception):
|
|||
NOT_REGENERATED = object()
|
||||
|
||||
|
||||
class Lock:
|
||||
class Lock(object):
|
||||
"""Dogpile lock class.
|
||||
|
||||
Provides an interface around an arbitrary mutex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue