1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-10-31 03:29:03 +01:00

Deployment bugfixes

Fixes problems with plugins
This commit is contained in:
Yann 2016-11-04 14:56:51 +01:00
commit edb8dde101
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
SUBDIRS=auth editorial_model leapi plugin settings utils plugins
EXTRA_DIST = plugins
lodel_PYTHON = *.py
CLEANFILES = buildconf.py

View file

@ -10,7 +10,7 @@ import sys, os, os.path
#
# Bootstraping
#
LODEL2_LIB_ABS_PATH = '/home/yannweb/dev/lodel2/lodel2-git'
LODEL2_LIB_ABS_PATH = None
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 \