Removed shebangs to facilitate Debian packaging.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick K. O'Brien
2003-04-18 19:30:36 +00:00
parent 09c5557e7a
commit 0776fe07e4
7 changed files with 0 additions and 14 deletions

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
"""PyAlaCarte is a simple programmer's editor."""
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
"""PyAlaMode is a programmer's editor."""
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
"""PyAlaModeTest is a programmer's editor."""
__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
"""PyCrust is a python shell and namespace browser application."""
# The next two lines, and the other code below that makes use of

View File

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

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
"""PyShell is a python shell application."""
# The next two lines, and the other code below that makes use of

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
"""PyWrap is a command line utility that runs a wxPython program with
additional runtime-tools, such as PyCrust."""