mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Fix indentation.
This commit is contained in:
parent
c220d5eeeb
commit
7645338218
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from evennia.commands.cmdsethandler import CmdSetHandler
|
|||
from evennia.commands import cmdhandler
|
||||
from evennia.utils import logger
|
||||
from evennia.utils.utils import (variable_from_module, lazy_property,
|
||||
make_iter, to_str, to_unicode)
|
||||
make_iter, to_str, to_unicode)
|
||||
from future.utils import with_metaclass
|
||||
|
||||
_MULTISESSION_MODE = settings.MULTISESSION_MODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue