[education/rkward] /: Explicitly specify python3

Thomas Friedrichsmeier null at kde.org
Sat Sep 26 11:08:15 BST 2020


Git commit fefe651526111289fdbb943510ec5704178fc69e by Thomas Friedrichsmeier.
Committed on 26/09/2020 at 10:04.
Pushed by tfry into branch 'master'.

Explicitly specify python3

M  +1    -0    ChangeLog
M  +2    -2    scripts/update_plugin_messages.py

https://invent.kde.org/education/rkward/commit/fefe651526111289fdbb943510ec5704178fc69e

diff --git a/ChangeLog b/ChangeLog
index 5e1c5296..0d8bfa4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 --- Version 0.7.2 - UNRELEASED
+- Python development scripts have been ported to python3
 - Fix some problems with plot preview in wizard-type plugins
 - Add function rk.home() for retrieving applicaiton paths, similar to R.home()
 - Remove direct dependency on libintl
diff --git a/scripts/update_plugin_messages.py b/scripts/update_plugin_messages.py
index e69352ad..86906b52 100755
--- a/scripts/update_plugin_messages.py
+++ b/scripts/update_plugin_messages.py
@@ -1,9 +1,9 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # ***************************************************************************
 #                          update_plugin_messages  -  description
 #                             -------------------
 #    begin                : Oct 2014
-#    copyright            : (C) 2014 by Thomas Friedrichsmeier
+#    copyright            : (C) 2014-2020 by Thomas Friedrichsmeier
 #    email                : tfry at users.sourceforge.net
 # ***************************************************************************
 #




More information about the rkward-tracker mailing list