|
@@ -1,7 +1,7 @@
|
1
|
1
|
#-*- coding: utf-8 -*-
|
2
|
2
|
|
3
|
3
|
import functools
|
4
|
|
-from lodel.editorial_model.components import *
|
|
4
|
+#from lodel.editorial_model.components import *
|
5
|
5
|
from lodel.leapi.leobject import LeObject
|
6
|
6
|
from lodel.leapi.datahandlers.base_classes import DataHandler
|
7
|
7
|
|
|
@@ -104,6 +104,7 @@ def forge_optval(optval):
|
104
|
104
|
##@brief Generate dyncode from an EmClass
|
105
|
105
|
# @param model EditorialModel :
|
106
|
106
|
# @param emclass EmClass : EmClass instance
|
|
107
|
+# @todo delete imports. It is never use, consequently changed return parameters.
|
107
|
108
|
# @return a tuple with emclass python code, a set containing modules name to import, and a list of python instruction to bootstrap dynamic code, in this order
|
108
|
109
|
def generate_classes(model):
|
109
|
110
|
res = ""
|