mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Python: Rename example directory to PythonExamples
* This is so that when we add the folder to the Script Path it will look more sensible to the user.
This commit is contained in:
@@ -169,24 +169,24 @@ if (RESINSIGHT_GRPC_PYTHON_EXECUTABLE)
|
||||
"rips/Instance.py"
|
||||
"rips/PdmObject.py"
|
||||
"rips/View.py"
|
||||
"rips/examples/InstanceExample.py"
|
||||
"rips/examples/CommandExample.py"
|
||||
"rips/examples/CaseGridGroup.py"
|
||||
"rips/examples/CaseInfoStreamingExample.py"
|
||||
"rips/examples/ErrorHandling.py"
|
||||
"rips/examples/SoilPorvAsync.py"
|
||||
"rips/examples/SoilPorvSync.py"
|
||||
"rips/examples/SelectedCases.py"
|
||||
"rips/examples/AllCases.py"
|
||||
"rips/examples/SetGridProperties.py"
|
||||
"rips/examples/SetCellResult.py"
|
||||
"rips/examples/SetFlowDiagnosticsResult.py"
|
||||
"rips/examples/GridInformation.py"
|
||||
"rips/examples/InputPropTestSync.py"
|
||||
"rips/examples/InputPropTestAsync.py"
|
||||
"rips/examples/SoilAverageAsync.py"
|
||||
"rips/examples/SoilAverageSync.py"
|
||||
"rips/examples/SoilAverageNoComm.py"
|
||||
"rips/PythonExamples/InstanceExample.py"
|
||||
"rips/PythonExamples/CommandExample.py"
|
||||
"rips/PythonExamples/CaseGridGroup.py"
|
||||
"rips/PythonExamples/CaseInfoStreamingExample.py"
|
||||
"rips/PythonExamples/ErrorHandling.py"
|
||||
"rips/PythonExamples/SoilPorvAsync.py"
|
||||
"rips/PythonExamples/SoilPorvSync.py"
|
||||
"rips/PythonExamples/SelectedCases.py"
|
||||
"rips/PythonExamples/AllCases.py"
|
||||
"rips/PythonExamples/SetGridProperties.py"
|
||||
"rips/PythonExamples/SetCellResult.py"
|
||||
"rips/PythonExamples/SetFlowDiagnosticsResult.py"
|
||||
"rips/PythonExamples/GridInformation.py"
|
||||
"rips/PythonExamples/InputPropTestSync.py"
|
||||
"rips/PythonExamples/InputPropTestAsync.py"
|
||||
"rips/PythonExamples/SoilAverageAsync.py"
|
||||
"rips/PythonExamples/SoilAverageSync.py"
|
||||
"rips/PythonExamples/SoilAverageNoComm.py"
|
||||
"rips/tests/test_cases.py"
|
||||
"rips/tests/test_commands.py"
|
||||
"rips/tests/test_grids.py"
|
||||
|
||||
Reference in New Issue
Block a user