File: 0003-Switch-to-Python-3.patch

package info (click to toggle)
ros-common-msgs 1.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,048 kB
  • sloc: cpp: 832; xml: 256; python: 188; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sun, 13 Oct 2019 22:30:58 +0200
Subject: Switch to Python 3

---
 actionlib_msgs/scripts/genaction.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actionlib_msgs/scripts/genaction.py b/actionlib_msgs/scripts/genaction.py
index b64a451..e2e8bf7 100755
--- a/actionlib_msgs/scripts/genaction.py
+++ b/actionlib_msgs/scripts/genaction.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # Copyright (c) 2009, Willow Garage, Inc.
 # All rights reserved.
 #