Make this thing jsonifiable so "fedmsg-config" works again.
This commit is contained in:
parent
be70a974cf
commit
bb8c8dcfa3
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ class MutexLock(AbstractFileLock):
|
||||||
def release_write_lock(self):
|
def release_write_lock(self):
|
||||||
return self.mutex.release_write_lock()
|
return self.mutex.release_write_lock()
|
||||||
|
|
||||||
|
def __json__(self):
|
||||||
|
return repr(self)
|
||||||
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue