Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / test_doc / quad / quad.py
index bc19e1f3f6038332603eeaba86cec7bb66cd8660..d4ea32d9bfb7859937511d329255e2792fc0e716 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: latin-1 -*-
-# Copyright (C) 2009-2015  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_quads = []
 
-for i in xrange( doc.countUsedQuad() ):
+for i in range( doc.countUsedQuad() ):
     quad_i = doc.getUsedQuad(i)
     used_quads.append(quad_i)