Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / test_doc / edge / edge.py
index f5b40fcb7e4357d9f6bccff6c8b2b1bf14f5d2b3..5f6b87f5e1f6022cfde4b2d69cf970cd7ec6c8a1 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: latin-1 -*-
-# Copyright (C) 2009-2016  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_edges = []
 
-for i in xrange( doc.countUsedEdge() ):
+for i in range( doc.countUsedEdge() ):
     edge_i = doc.getUsedEdge(i)
     used_edges.append(edge_i)