mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-01 20:10:55 +01:00
Bugfix in refreshdyn.py script that generate dyncode
Adapted to the new LodelContext
This commit is contained in:
parent
705c8f511c
commit
722bee7e21
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue