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

Bugfix in refreshdyn.py script that generate dyncode

Adapted to the new LodelContext
This commit is contained in:
Yann 2016-12-09 11:05:38 +01:00
commit 722bee7e21

View file

@ -4,6 +4,8 @@ import sys
import os, os.path
sys.path.append(os.path.dirname(os.getcwd()+'/..'))
from lodel.context import LodelContext
LodelContext.init()
from lodel.settings.settings import Settings as settings
settings('globconf.d')
from lodel.settings import Settings