mirror of
https://github.com/yweber/lodel2.git
synced 2026-06-07 03:20:48 +02:00
Moved plugins folder in lodel/
- updated scripts etc - make tests pass
This commit is contained in:
parent
250f4b8683
commit
0406e91846
82 changed files with 28 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ import sys, os, os.path
|
|||
#
|
||||
# Bootstraping
|
||||
#
|
||||
LODEL2_LIB_ABS_PATH = None
|
||||
LODEL2_LIB_ABS_PATH = '/home/yannweb/dev/lodel2/lodel2-git'
|
||||
if LODEL2_LIB_ABS_PATH is not None:
|
||||
if not os.path.isdir(LODEL2_LIB_ABS_PATH):
|
||||
print("FATAL ERROR : the LODEL2_LIB_ABS_PATH variable in loader.py is \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue