Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / test_doc / hexa / hexa.py
index c22abcf07b19698b1e6f38f6809d14775fa52ce0..4e7bb87fa5d1ebb0c783f3d05d50c10e1aa4ef03 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: latin-1 -*-
-# Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -20,6 +20,6 @@
 
 used_hexas = []
 
-for i in xrange( doc.countUsedHexa() ):
+for i in range( doc.countUsedHexa() ):
     hexa_i = doc.getUsedHexa(i)
     used_hexas.append(hexa_i)