Attached is a script which makes the #! lines in script/*.py consistent
-- i.e. it adds #! lines to scripts which don't have them and changes
shreadder.py so that s/python2.3/python/.

-- 
Dafydd
--- shtoom-0.2+svn20050124.orig/scripts/testdoug.py
+++ shtoom-0.2+svn20050124/scripts/testdoug.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #
 # Hack hack hack.
 import sys, os
--- shtoom-0.2+svn20050124.orig/scripts/shreadder.py
+++ shtoom-0.2+svn20050124/scripts/shreadder.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python
 
 
 import struct, math, sys
--- shtoom-0.2+svn20050124.orig/scripts/testcisco.py
+++ shtoom-0.2+svn20050124/scripts/testcisco.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #
 # This is a test-bed for working out _how_ a VoiceApp would look.
 #
--- shtoom-0.2+svn20050124.orig/scripts/shmessage.py
+++ shtoom-0.2+svn20050124/scripts/shmessage.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #
 # Hack hack hack.
 # This thing allows the script to be run from a subdirectory of the
--- shtoom-0.2+svn20050124.orig/scripts/shecho.py
+++ shtoom-0.2+svn20050124/scripts/shecho.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #
 # Hack hack hack.
 import sys, os
--- shtoom-0.2+svn20050124.orig/scripts/shtam.py
+++ shtoom-0.2+svn20050124/scripts/shtam.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #
 # Hack hack hack.
 import sys, os
_______________________________________________
Shtoom mailing list
[email protected]
http://mail.python.org/mailman/listinfo/shtoom

Reply via email to