Salome HOME
Add Python wrappings for Python console.
authorvsr <vsr@opencascade.com>
Fri, 7 Oct 2016 12:25:37 +0000 (15:25 +0300)
committervsr <vsr@opencascade.com>
Tue, 11 Oct 2016 14:41:16 +0000 (17:41 +0300)
commit5bceac193975ab8d272a7fb354cbb2b99f97ff82
tree5c588336b25e8b843178ef43883b4891e4bab3ce
parent93e1d7267f343778465890f0ae825152ae249e9b
Add Python wrappings for Python console.
12 files changed:
src/LightApp/LightApp_PyEditor.cxx
src/SalomeApp/SalomeApp_PyInterp.cxx
src/SalomeApp/SalomeApp_PyInterp.h
tools/PyConsole/CMakeLists.txt
tools/PyConsole/src/CMakeLists.txt
tools/PyConsole/src/PyConsole_Console.cxx
tools/PyConsole/src/PyConsole_Console.h
tools/PyConsole/src/PyConsole_Editor.cxx
tools/PyConsole/src/PyConsole_Editor.h
tools/PyConsole/src/python/CMakeLists.txt [new file with mode: 0644]
tools/PyConsole/src/python/PyConsolePy.sip [new file with mode: 0644]
tools/PyInterp/src/PyInterp_Interp.cxx