Make this thing jsonifiable so "fedmsg-config" works again.

This commit is contained in:
Ralph Bean 2015-06-01 19:27:13 +00:00
parent be70a974cf
commit bb8c8dcfa3

View file

@ -32,6 +32,9 @@ class MutexLock(AbstractFileLock):
def release_write_lock(self):
return self.mutex.release_write_lock()
def __json__(self):
return repr(self)
config = {
{% if env == 'staging' %}