summaryrefslogtreecommitdiffstats
path: root/Demo/tix/samples/BtnBox.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-03-17 18:19:13 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-03-17 18:19:13 (GMT)
commit8ec03e0528d93c6b7cc9cf07d2f24e541661ba70 (patch)
tree0a35cc3a6464e7d4c5b03e260978a1e107ac7449 /Demo/tix/samples/BtnBox.py
parent42ab61eeabe45359f46a8378e572e5c73a8adb36 (diff)
downloadcpython-8ec03e0528d93c6b7cc9cf07d2f24e541661ba70.zip
cpython-8ec03e0528d93c6b7cc9cf07d2f24e541661ba70.tar.gz
cpython-8ec03e0528d93c6b7cc9cf07d2f24e541661ba70.tar.bz2
Patch #485959: Various changes to Tix demos.
Diffstat (limited to 'Demo/tix/samples/BtnBox.py')
-rwxr-xr-xDemo/tix/samples/BtnBox.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/tix/samples/BtnBox.py b/Demo/tix/samples/BtnBox.py
index f21cc15..57d02df 100755
--- a/Demo/tix/samples/BtnBox.py
+++ b/Demo/tix/samples/BtnBox.py
@@ -1,11 +1,11 @@
-#!/usr/local/bin/python
+# -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
#
# $Id$
#
# Tix Demostration Program
#
# This sample program is structured in such a way so that it can be
-# executed from the Tix demo program "tixwidgets": it must have a
+# executed from the Tix demo program "tixwidgets.py": it must have a
# procedure called "RunSample". It should also have the "if" statment
# at the end of this file so that it can be run as a standalone
# program.