mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Make all exectuable python scripts use python3
This is only relevant on linux/unix if running the scripts from a shell. These two were the last where the call still used an unversioned python. This has no reflex on the way that lyx calls the scripts or the python version used since the #! "shebang line" is ignored.
This commit is contained in:
parent
ca3077b40b
commit
c539b57a0e
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/python
|
||||
#! /usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# file configure.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
from subprocess import Popen, PIPE
|
||||
from sys import argv, stderr, exit
|
||||
|
Loading…
Reference in New Issue
Block a user