mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
More testing
This commit is contained in:
parent
f9a736ef1d
commit
0dd6454036
1 changed files with 3 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ if not _no_autodoc:
|
|||
subprocess.call(["git", "rev-parse", "--abbrev-ref", "HEAD"])
|
||||
subprocess.call("pwd")
|
||||
|
||||
sys.path.insert(1, EV_ROOT)
|
||||
sys.path.insert(0, EV_ROOT)
|
||||
|
||||
print(f"sys.path: {sys.path}")
|
||||
|
||||
|
|
@ -203,6 +203,8 @@ if not _no_autodoc:
|
|||
|
||||
evennia._init()
|
||||
|
||||
print(f"evennia location: {evennia.__file__}")
|
||||
|
||||
from evennia.utils.ansi import strip_raw_ansi as ansi_clean
|
||||
try:
|
||||
from evennia.contrib import crafting # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue