From 02b2d73690cdd4ae26dc9c5d7dd785efcfbaa696 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 18 Sep 2002 20:30:25 +0000 Subject: [PATCH] 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 --- wxPython/wxPython/lib/PyCrust/PyCrustApp.py | 1 - wxPython/wxPython/lib/PyCrust/PyFillingApp.py | 1 - wxPython/wxPython/lib/PyCrust/PyShellApp.py | 1 - wxPython/wxPython/tools/img2png.py | 1 - wxPython/wxPython/tools/img2py.py | 1 - wxPython/wxPython/tools/img2xpm.py | 1 - 6 files changed, 6 deletions(-) diff --git a/wxPython/wxPython/lib/PyCrust/PyCrustApp.py b/wxPython/wxPython/lib/PyCrust/PyCrustApp.py index d262fbea91..1ed59b2fc5 100755 --- a/wxPython/wxPython/lib/PyCrust/PyCrustApp.py +++ b/wxPython/wxPython/lib/PyCrust/PyCrustApp.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """PyCrustApp is a python shell and namespace browser application.""" __author__ = "Patrick K. O'Brien " diff --git a/wxPython/wxPython/lib/PyCrust/PyFillingApp.py b/wxPython/wxPython/lib/PyCrust/PyFillingApp.py index 6869f1aa73..a4ec426e77 100755 --- a/wxPython/wxPython/lib/PyCrust/PyFillingApp.py +++ b/wxPython/wxPython/lib/PyCrust/PyFillingApp.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """PyFillingApp is a python namespace inspection application.""" __author__ = "Patrick K. O'Brien " diff --git a/wxPython/wxPython/lib/PyCrust/PyShellApp.py b/wxPython/wxPython/lib/PyCrust/PyShellApp.py index ff60f5f845..f20ed1b385 100755 --- a/wxPython/wxPython/lib/PyCrust/PyShellApp.py +++ b/wxPython/wxPython/lib/PyCrust/PyShellApp.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """PyShellApp is a python shell application.""" __author__ = "Patrick K. O'Brien " diff --git a/wxPython/wxPython/tools/img2png.py b/wxPython/wxPython/tools/img2png.py index 76e7f6db06..02d048a5e9 100644 --- a/wxPython/wxPython/tools/img2png.py +++ b/wxPython/wxPython/tools/img2png.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ img2png.py -- convert several image formats to PNG format diff --git a/wxPython/wxPython/tools/img2py.py b/wxPython/wxPython/tools/img2py.py index 1a5bd0ea0b..127c80130e 100644 --- a/wxPython/wxPython/tools/img2py.py +++ b/wxPython/wxPython/tools/img2py.py @@ -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 diff --git a/wxPython/wxPython/tools/img2xpm.py b/wxPython/wxPython/tools/img2xpm.py index 2b9a99555c..c4a495b2c0 100644 --- a/wxPython/wxPython/tools/img2xpm.py +++ b/wxPython/wxPython/tools/img2xpm.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ img2xpm.py -- convert several image formats to XPM