mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Structure handlers to allow .get() to return lists
See #1154. In the end I didn't modify the Attributehandler and TagHandler like this, instead I added the `return_list` argument for cases when one wants a guaranteed return.
This commit is contained in:
parent
05a3d0435d
commit
92df3ce5ae
13 changed files with 86 additions and 1608 deletions
|
|
@ -7,7 +7,7 @@ entities.
|
|||
"""
|
||||
import time
|
||||
from builtins import object
|
||||
from future.utils import listvalues, with_metaclass
|
||||
from future.utils import with_metaclass
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue