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)
#
|