1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Jerome Lebleu <jerome@maroufle.fr>
Date: Thu, 25 May 2023 17:25:43 +0200
Subject: use python3
Forwarded: not-needed
---
resources/fixtures/scripts/fixtures-tool.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/fixtures/scripts/fixtures-tool.py b/resources/fixtures/scripts/fixtures-tool.py
index 06bad32..6fb348f 100755
--- a/resources/fixtures/scripts/fixtures-tool.py
+++ b/resources/fixtures/scripts/fixtures-tool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# requires Python LXML (sudo apt-get install python-lxml)
#
|