getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: Python version


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] branch master updated: Python version 3 in auxiliary scripts
Date: Wed, 22 Jun 2022 07:52:27 -0400

This is an automated email from the git hooks/post-receive script.

logari81 pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 89e50dbd Python version 3 in auxiliary scripts
89e50dbd is described below

commit 89e50dbdfe6dbd752fc90abcf2559d5a41e143fe
Author: Konstantinos Poulios <logari81@gmail.com>
AuthorDate: Wed Jun 22 13:52:19 2022 +0200

    Python version 3 in auxiliary scripts
---
 bin/extract_doc  | 2 +-
 bin/split_cmdref | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/extract_doc b/bin/extract_doc
index e0f72c68..0619560c 100755
--- a/bin/extract_doc
+++ b/bin/extract_doc
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- python -*-
 #
 # Copyright (C) 2004-2022 Yves Renard, Julien Pommier.
diff --git a/bin/split_cmdref b/bin/split_cmdref
index bcc7dca4..5e8c2e34 100755
--- a/bin/split_cmdref
+++ b/bin/split_cmdref
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- python -*-
 #
 # Copyright (C) 2004-2020 Yves Renard.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]