Replace /usr/bin/env python -> /usr/bin/python3

This commit is contained in:
José Matos 2018-08-29 17:26:21 +01:00
parent 913c190989
commit cac27076ea
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python #! /usr/bin/python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# file configure.py # file configure.py

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python #! /usr/bin/python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
''' '''

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python #! /usr/bin/python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2002-2011 The LyX Team # Copyright (C) 2002-2011 The LyX Team
# Copyright (C) 2002-2007 José Matos <jamatos@lyx.org> # Copyright (C) 2002-2007 José Matos <jamatos@lyx.org>

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python #! /usr/bin/python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2004 José Matos <jamatos@lyx.org> # Copyright (C) 2004 José Matos <jamatos@lyx.org>
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python3
# file listerrors # file listerrors
# This file is part of LyX, the document processor. # This file is part of LyX, the document processor.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# file svg2pdftex.py # file svg2pdftex.py

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# file svg2pstex.py # file svg2pstex.py