mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fix regression
This commit is contained in:
parent
290475a9fe
commit
80e064af92
1 changed files with 12 additions and 11 deletions
|
|
@ -2,14 +2,15 @@
|
|||
XYZGrid - Griatch 2021
|
||||
|
||||
"""
|
||||
|
||||
from . import commands # noqa
|
||||
from . import example # noqa
|
||||
from . import launchcmd # noqa
|
||||
from . import prototypes # noqa
|
||||
from . import tests # noqa
|
||||
from . import utils # noqa
|
||||
from . import xymap # noqa
|
||||
from . import xymap_legend # noqa
|
||||
from . import xyzgrid # noqa
|
||||
from . import xyzroom # noqa
|
||||
from . import (
|
||||
example,
|
||||
launchcmd,
|
||||
prototypes,
|
||||
tests,
|
||||
utils,
|
||||
xymap,
|
||||
xymap_legend,
|
||||
xyzgrid,
|
||||
xyzroom,
|
||||
commands,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue