Remove the shebang line from our python scripts, per Jose's suggestion.

Fedora ships these chmod 644 and has never seen a problem. The advantage
to doing this is that it better controls what version of python we are
using to launch the script, and it will reveal if we're somehow somewhere
not controlling that properly.
This commit is contained in:
Richard Heck 2014-01-28 12:52:16 -05:00
parent 3369de6d7c
commit f9de88c53c
21 changed files with 0 additions and 23 deletions

View File

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

View File

@ -1,5 +1,3 @@
#! /usr/bin/env python
'''
file clean_dvi.py
This file is part of LyX, the document processor.

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,3 @@
#! /usr/bin/env python
# file fen2ascii.py
# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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