Salome HOME
Implement view python function to be able to view a field's iteration from the python...
[modules/med.git] / src / MEDCalc / gui / XmedConsoleDriver.cxx
index fd7a609e755617636bf08dc6746ec8434d155c0c..6bc23849e2ca1e7f604a6aaa31c030f9e3d15386 100644 (file)
@@ -61,7 +61,7 @@ void XmedConsoleDriver::setup() {
     commands += "";
     commands += "from medcalc.medconsole import saveWorkspace, cleanWorkspace";
     commands += "from medcalc.medconsole import putInWorkspace, removeFromWorkspace";
-    commands += "from medcalc.medconsole import accessField";
+    commands += "from medcalc.medconsole import accessField, view";
     commands += "from medcalc.medconsole import getEnvironment, ls, la";
     commands += "";
     this->exec(commands);