]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Actualized
authorGuido van Rossum <guido@python.org>
Mon, 14 Dec 1992 14:12:10 +0000 (14:12 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Dec 1992 14:12:10 +0000 (14:12 +0000)
Demo/stdwin/FormTest.py
Demo/stdwin/RadioGroups.py
Demo/stdwin/TestCSplit.py
Demo/stdwin/TestDirList.py
Demo/stdwin/TestFormSplit.py
Demo/stdwin/TestTextEdit.py
Demo/stdwin/clock.py
Demo/stdwin/lpwin.py
Demo/stdwin/microedit.py
Demo/stdwin/miniedit.py
Demo/stdwin/wdiff.py

index 310fe36c08449bc1874284a47debb6dde805a54e..ce62802ebf98457ba39f1165b53016cee6cdcbea 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 testlabels = 'Name', 'Address', 'City', 'Country', 'Comments'
 
index 37240d3d5aa8e948d66b3caf68679949135ce7db..fcd693f65bae8ae86003f61e23ea8aec5fd04120 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # radiogroups.py
 #
index a34ff053529dd18555c020d2a63f8ec62127fbe3..9297e46b60b05fb43e5376600560577aa7056d31 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # TestCSplit
 
index 1376cd82ee451bc56c26ccb4c4ba3a0c990a7ac1..7fb45ae4d0511703e21388691e49315a094048af 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # TestDirList
 
index 272d7185a16bb317b92b9fe35bc1817877f7ea5c..2750378311c270ee2e79eead16e354505ed43de5 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # TestFormSplit
 
index 038e89b6e5ee566fda17c46ef6bc428e0a51ad16..9f4c86117df9dcb2cc232bcb5f89cd0ef6a2fadf 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Test TextEdit widgets
 
index 0dc22965addcd4ae67040558a6397a219284c006..0f7d6a960252fb0b0f7f4d08a5611933c880b35c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # 'clock' -- A simple alarm clock
 
index 07a2bf79322f2ff07c169f41c0bff0fec6ae0e71..0a1346f4d1eec317d5b117999848e4851a75437b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Watch line printer queues (only works with BSD 4.3 lpq).
 #
index f17abea0b39652f98ffd58bcb8df600db2cf6583..eca093a1883c78ee036575b309e094b4e2129a9f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # A minimal single-window text editor using STDWIN's text objects.
 #
index 3e8da2ba8e3f3fba5499e83dcf756417615df1f2..3d4aeeaa0dd9cdecaed19bd8bbb614c82641a192 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # A miniature multi-window editor using STDWIN's text objects.
 #
index 2c4941f9798f46fd841b08a2457a29b19e1b5dda..cb48fe4c9432810d1cae11179f907e4697d16d38 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # A window-oriented recursive diff utility.
 # NB: This uses undocumented window classing modules.