summaryrefslogtreecommitdiff
path: root/dev-ros/geodesy/files/py3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/geodesy/files/py3.patch')
-rw-r--r--dev-ros/geodesy/files/py3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ros/geodesy/files/py3.patch b/dev-ros/geodesy/files/py3.patch
deleted file mode 100644
index 66ef4e5dd3ca..000000000000
--- a/dev-ros/geodesy/files/py3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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])
-