1
0
Fork 0
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:
Yann 2016-11-03 17:02:46 +01:00
commit 0406e91846
82 changed files with 28 additions and 8 deletions

View file

@ -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 \