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()
|
evennia._init()
|
||||||
|
|
||||||
from evennia.utils.ansi import strip_raw_ansi as ansi_clean
|
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:
|
if _no_autodoc:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue