File: 0007-Fix-Python-interpreter-hashbang.patch

package info (click to toggle)
ros-ros 1.15.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,688 kB
  • sloc: python: 6,824; xml: 486; cpp: 316; sh: 180; awk: 15; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 4 Sep 2021 14:00:52 +0200
Subject: Fix Python interpreter hashbang

---
 core/mk/make_pydev_project.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/mk/make_pydev_project.py b/core/mk/make_pydev_project.py
index cc89b95..722b127 100644
--- a/core/mk/make_pydev_project.py
+++ b/core/mk/make_pydev_project.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 # Software License Agreement (BSD License)
 #