Move game_template into evennia package. Update setup.py and bin/evennia
This commit is contained in:
parent
b95ff4e976
commit
00238275d6
130 changed files with 20 additions and 21 deletions
|
|
@ -28,7 +28,7 @@ EVENNIA_BIN = os.path.join(EVENNIA_ROOT, "bin")
|
|||
import evennia
|
||||
EVENNIA_LIB = os.path.join(os.path.dirname(os.path.abspath(evennia.__file__)))
|
||||
EVENNIA_RUNNER = os.path.join(EVENNIA_BIN, "evennia_runner.py")
|
||||
EVENNIA_TEMPLATE = os.path.join(EVENNIA_ROOT, "share", "evennia", "game_template")
|
||||
EVENNIA_TEMPLATE = os.path.join(EVENNIA_LIB, "game_template")
|
||||
EVENNIA_BINTESTING = os.path.join(EVENNIA_BIN, "testing")
|
||||
EVENNIA_DUMMYRUNNER = os.path.join(EVENNIA_BINTESTING, "dummyrunner.py")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue