Skip to content
Snippets Groups Projects
Commit 3c077adc authored by Markus FRANK's avatar Markus FRANK Committed by MarkusFrankATcernch
Browse files

Support for conditions with non-default ctor

parent 7956b65b
No related branches found
No related tags found
No related merge requests found
...@@ -125,10 +125,11 @@ import_namespace_item('core', 'run_interpreter') ...@@ -125,10 +125,11 @@ import_namespace_item('core', 'run_interpreter')
# #
import_namespace_item('detail', 'interp') import_namespace_item('detail', 'interp')
import_namespace_item('detail', 'eval') import_namespace_item('detail', 'eval')
# # ---------------------------------------------------------------------------
#def run_interpreter(name): detail.interp.run(name) # def run_interpreter(name): detail.interp.run(name)
#def evaluator(): return eval.instance() # def evaluator(): return eval.instance()
#def g4Evaluator(): return eval.g4instance() # def g4Evaluator(): return eval.g4instance()
# ---------------------------------------------------------------------------
def import_detail(): def import_detail():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment