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
3
libs/common/dogpile/cache/backends/null.py
vendored
3
libs/common/dogpile/cache/backends/null.py
vendored
|
@ -24,9 +24,6 @@ class NullLock(object):
|
|||
def release(self):
|
||||
pass
|
||||
|
||||
def locked(self):
|
||||
return False
|
||||
|
||||
|
||||
class NullBackend(CacheBackend):
|
||||
"""A "null" backend that effectively disables all cache operations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue