mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
More debug output
This commit is contained in:
parent
5aed34c844
commit
ae1820d73f
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