]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/KERNEL_PY/iparameters.py
Salome HOME
updated copyright message
[modules/kernel.git] / src / KERNEL_PY / iparameters.py
old mode 100755 (executable)
new mode 100644 (file)
index 21414cb..8ab16bf
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 #
 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -84,10 +84,10 @@ class IParameters:
         self._ap = attributeParameter
         if ( clr ): self.clear()
         pass
-       
+
     def clear(self):
         """Clear parameters"""
-       self._ap.Clear()
+        self._ap.Clear()
 
     def append(self, listName, value):
         """Appends a value to the named list"""