Fix error when running evennia xyzgrid cmdline

This commit is contained in:
Griatch 2022-01-31 22:11:28 +01:00
parent 5859de7054
commit 09ef71c97e
2 changed files with 9 additions and 8 deletions

View file

@ -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