Updated stevedore to 2.0.1

This commit is contained in:
Labrys of Knossos 2022-11-29 01:47:46 -05:00
commit fb6011f88d
52 changed files with 581 additions and 1960 deletions

View file

@ -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