Resolve merge conflicts

This commit is contained in:
Griatch 2020-09-16 23:49:05 +02:00
commit 9cdc37355c
25 changed files with 726 additions and 444 deletions

View file

@ -778,6 +778,7 @@ class InMemoryAttributeBackend(IAttributeBackend):
See parent class.
strvalue has no meaning for InMemory attributes.
"""
new_attr = self._attrclass(
pk=self._next_id(), key=key, category=category, lock_storage=lockstring, value=value