diff --git a/wxPython/wxPython/py/PyAlaCarte.py b/wxPython/wxPython/py/PyAlaCarte.py index ebb134a532..f53452429a 100755 --- a/wxPython/wxPython/py/PyAlaCarte.py +++ b/wxPython/wxPython/py/PyAlaCarte.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """PyAlaCarte is a simple programmer's editor.""" __author__ = "Patrick K. O'Brien " diff --git a/wxPython/wxPython/py/PyAlaMode.py b/wxPython/wxPython/py/PyAlaMode.py index 5ac5d54210..65a478f01d 100755 --- a/wxPython/wxPython/py/PyAlaMode.py +++ b/wxPython/wxPython/py/PyAlaMode.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """PyAlaMode is a programmer's editor.""" __author__ = "Patrick K. O'Brien " diff --git a/wxPython/wxPython/py/PyAlaModeTest.py b/wxPython/wxPython/py/PyAlaModeTest.py index 167b363892..d7946436d9 100755 --- a/wxPython/wxPython/py/PyAlaModeTest.py +++ b/wxPython/wxPython/py/PyAlaModeTest.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """PyAlaModeTest is a programmer's editor.""" __author__ = "Patrick K. O'Brien " diff --git a/wxPython/wxPython/py/PyCrust.py b/wxPython/wxPython/py/PyCrust.py index f915de1426..3ecd5b1184 100755 --- a/wxPython/wxPython/py/PyCrust.py +++ b/wxPython/wxPython/py/PyCrust.py @@ -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 diff --git a/wxPython/wxPython/py/PyFilling.py b/wxPython/wxPython/py/PyFilling.py index 5ff6e3c4fd..19047a5a85 100755 --- a/wxPython/wxPython/py/PyFilling.py +++ b/wxPython/wxPython/py/PyFilling.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """PyFilling is a python namespace inspection application.""" __author__ = "Patrick K. O'Brien " diff --git a/wxPython/wxPython/py/PyShell.py b/wxPython/wxPython/py/PyShell.py index fe8a276c6b..ed3ceeefef 100755 --- a/wxPython/wxPython/py/PyShell.py +++ b/wxPython/wxPython/py/PyShell.py @@ -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 diff --git a/wxPython/wxPython/py/PyWrap.py b/wxPython/wxPython/py/PyWrap.py index 58813831aa..4808cb35d1 100755 --- a/wxPython/wxPython/py/PyWrap.py +++ b/wxPython/wxPython/py/PyWrap.py @@ -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."""