Fix error when running evennia xyzgrid cmdline
This commit is contained in:
parent
5859de7054
commit
09ef71c97e
2 changed files with 9 additions and 8 deletions
|
|
@ -3,7 +3,6 @@ XYZGrid - Griatch 2021
|
|||
|
||||
"""
|
||||
|
||||
from . import commands # noqa
|
||||
from . import example # noqa
|
||||
from . import launchcmd # noqa
|
||||
from . import prototypes # noqa
|
||||
|
|
@ -13,3 +12,4 @@ from . import xymap # noqa
|
|||
from . import xymap_legend # noqa
|
||||
from . import xyzgrid # noqa
|
||||
from . import xyzroom # noqa
|
||||
from . import commands # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue