1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Use Python3 as Python interpreter
Author: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Last-Update: 2022-05-26
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/plug-ins/python/doxrev.py
+++ b/plug-ins/python/doxrev.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (c) 2007, Hans Breuer <hans@breuer.org>
#
--- a/plug-ins/python/gtkcons.py
+++ b/plug-ins/python/gtkcons.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Interactive Python-GTK Console
# Copyright (C), 1998 James Henstridge <james@daa.com.au>
|