1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Use python3 not python.
Use python3 not python. Python 2 is deprecated and we do not have a 'python'
command by default.
Author: Phil Wyett <philip.wyett@kathenas.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2025-02-24
--- rednotebook-2.37+ds.orig/rednotebook/external/txt2tags.py
+++ rednotebook-2.37+ds/rednotebook/external/txt2tags.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# txt2tags - generic text conversion tool
# https://txt2tags.org/
# https://github.com/jendrikseipp/txt2tags
|