py34 compat
(already present in prod)
This commit is contained in:
parent
36ce038050
commit
f58f120e7a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class OpenKfet(CachedMixin, object):
|
||||||
'admin_status': self.admin_status(status),
|
'admin_status': self.admin_status(status),
|
||||||
'force_close': self.force_close,
|
'force_close': self.force_close,
|
||||||
}
|
}
|
||||||
return base, {**base, **restrict}
|
return base, dict(base, **restrict)
|
||||||
|
|
||||||
def export(self, user):
|
def export(self, user):
|
||||||
"""Export internal state for a given user.
|
"""Export internal state for a given user.
|
||||||
|
|
Loading…
Reference in a new issue