Removed #! from scripts that no longer need to be directly executable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-09-18 20:30:25 +00:00
parent c3f482c546
commit 02b2d73690
6 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""PyCrustApp is a python shell and namespace browser application."""
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""PyFillingApp is a python namespace inspection application."""
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""PyShellApp is a python shell application."""
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
img2png.py -- convert several image formats to PNG format

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
img2py.py -- Convert an image to PNG format and embed it in a Python
module with appropriate code so it can be loaded into

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
img2xpm.py -- convert several image formats to XPM