From 2ff25c7e1c46c41d848b569542030ac36d605c9a Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 20 Aug 2020 09:40:24 +0300 Subject: [PATCH] Add indentation --- src/Container/SALOME_PyNode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Container/SALOME_PyNode.py b/src/Container/SALOME_PyNode.py index 5a08da893..212c3d26a 100644 --- a/src/Container/SALOME_PyNode.py +++ b/src/Container/SALOME_PyNode.py @@ -53,6 +53,7 @@ class Generic(SALOME__POA.GenericObj): def __del__(self): #print("Destuctor called") + pass class PyNode_i (Engines__POA.PyNode,Generic): """The implementation of the PyNode CORBA IDL""" -- 2.39.2