Add proper shebangs to all Python scripts.

This commit is contained in:
Michał Górny 2013-04-21 08:38:36 +02:00
parent d1c6db88d4
commit 1a977c859a
10 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#!/usr/bin/env python
#
# The Python Imaging Library.
# $Id$

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#!/usr/bin/env python
#
# The Python Imaging Library.
# $Id$

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#!/usr/bin/env python
#
# The Python Imaging Library.
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$