summaryrefslogtreecommitdiff
path: root/dev-ros/geodesy/files/py3.patch
blob: 66ef4e5dd3caf941c5432d14f77c19054aec85a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: geodesy/tests/test_wu_point.py
===================================================================
--- geodesy.orig/tests/test_wu_point.py
+++ geodesy/tests/test_wu_point.py
@@ -127,7 +127,7 @@ class TestWuPoint(unittest.TestCase):
         self.assertEqual(wupts.get(uu).uuid(), uu)
 
         # test index() function
-        for i in xrange(len(uuids)):
+        for i in range(len(uuids)):
             self.assertEqual(wupts.index(uuids[i]), i)
             self.assertEqual(wupts.points[i].id.uuid, uuids[i])