mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Fix to go with fix for build
This commit is contained in:
parent
8286e57798
commit
c27b5c33e1
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue