Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / test_doc / vertex / vertex.py
index dbd39c81aa79a4497487810f2936c5e02c743f1d..5d202c2418ecd55523f3e571c5b3945ff008a6d1 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_vertices = []
 
-for i in xrange( doc.countUsedVertex() ):
+for i in range( doc.countUsedVertex() ):
     vertex_i = doc.getUsedVertex(i)
     used_vertices.append(vertex_i)