Fix pre-emptive import bug introduced in container

This commit is contained in:
Griatch 2022-10-07 00:07:21 +02:00
parent a5f19e8b92
commit f9ba117680
2 changed files with 17 additions and 6 deletions

View file

@ -2,6 +2,13 @@
Contrib by Griatch 2022
```{warning}
NOTE - this tutorial is WIP and NOT complete! It was put on hold to focus on
releasing Evennia 1.0. You will still learn things from it, but don't expect
perfection.
```
A complete example MUD using Evennia. This is the final result of what is
implemented if you follow the Getting-Started tutorial. It's recommended
that you follow the tutorial step by step and write your own code. But if