mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove hardcoded option -tt from python scripts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14478 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
da915923fd
commit
2ae2c0db71
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
#
|
||||
# file configure.py
|
||||
# This file is part of LyX, the document processor.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
# This file is part of the LyX Documentation
|
||||
# Copyright (C) 2004 José Matos <jamatos@lyx.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
# This file is part of the LyX Documentation
|
||||
# Copyright (C) 2004 José Matos <jamatos@lyx.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
'''
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
# Copyright (C) 2004 José Matos <jamatos@lyx.org>
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python -tt
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file TeXFiles.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
|
||||
'''
|
||||
file clean_dvi.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python -tt
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file convertDefault.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
|
||||
# file fen2ascii.py
|
||||
# This file is part of LyX, the document processor.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python -tt
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file fig2pdf.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python -tt
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file fig2pstex.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python -tt
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file fig_copy.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file layout2layout.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file legacy_lyxpreview2ppm.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file lyxpreview2bitmap.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
|
||||
# file lyxpreview_tools.py
|
||||
# This file is part of LyX, the document processor.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python -tt
|
||||
#! /usr/bin/env python
|
||||
# -*- coding: iso-8859-1 -*-
|
||||
|
||||
# file tex_copy.py
|
||||
|
Loading…
Reference in New Issue
Block a user