mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
More debug output
This commit is contained in:
parent
b5ddc52536
commit
abdea43e5a
1 changed files with 6 additions and 0 deletions
|
|
@ -198,6 +198,12 @@ if not _no_autodoc:
|
|||
evennia._init()
|
||||
|
||||
from evennia.utils.ansi import strip_raw_ansi as ansi_clean
|
||||
try:
|
||||
from evennia.contrib import crafting # noqa
|
||||
except ImportError:
|
||||
print("--- NOT develop branch!")
|
||||
else:
|
||||
print("--- Develop branch!")
|
||||
|
||||
|
||||
if _no_autodoc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue