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:
Bo Peng 2006-07-17 19:41:32 +00:00
parent da915923fd
commit 2ae2c0db71
17 changed files with 17 additions and 17 deletions

View File

@ -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.

View File

@ -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>

View File

@ -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>

View File

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

View File

@ -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>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python -tt
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file TeXFiles.py

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python -tt
#! /usr/bin/env python
'''
file clean_dvi.py

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python -tt
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file convertDefault.py

View File

@ -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.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python -tt
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file fig2pdf.py

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python -tt
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file fig2pstex.py

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python -tt
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file fig_copy.py

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python -tt
#! /usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file layout2layout.py

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python -tt
#! /usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file legacy_lyxpreview2ppm.py

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python -tt
#! /usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file lyxpreview2bitmap.py

View File

@ -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.

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python -tt
#! /usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file tex_copy.py