Fix to go with fix for build

This commit is contained in:
Griatch 2021-02-27 19:04:55 +01:00
parent e3321088d3
commit c853d54957

View file

@ -195,9 +195,9 @@ if not _no_autodoc:
django.setup()
modnames = [mname for mname in sys.modules if mname.startswith("evennia")]
for modname in modnames:
del sys.modules[modname]
# modnames = [mname for mname in sys.modules if mname.startswith("evennia")]
# for modname in modnames:
# del sys.modules[modname]
import evennia # noqa