]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreterPython.cxx
#3512 clean bbs2 python version
[bbtk.git] / kernel / src / bbtkInterpreterPython.cxx
index f13ded800b348677874e61d6ac126b9abf2ca91b..e0daa2cb17c35a3f1620d42156c0354a5c2a958d 100644 (file)
@@ -96,6 +96,8 @@ namespace bbtk
   //=========================================================================
   void InterpreterPython::commandInput(const std::string &name,const std::string &box,const std::string &input,const std::string  &help)
   {
+      std::string  code("DECLARE_INPUT('"+name+"','"+box+"."+input+"')");
+      this->pythonBBTK.push_back(code);
   }
   //=========================================================================