Format code imports
This commit is contained in:
parent
92834aacd0
commit
a461a97576
361 changed files with 1019 additions and 754 deletions
|
|
@ -10,7 +10,8 @@ To test - import this from a Django-aware shell, then call run_update.
|
|||
from os.path import abspath, dirname
|
||||
from os.path import join as pathjoin
|
||||
|
||||
from evennia.utils.utils import callables_from_module, mod_import, variable_from_module
|
||||
from evennia.utils.utils import (callables_from_module, mod_import,
|
||||
variable_from_module)
|
||||
|
||||
__all__ = "run_update"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue