summaryrefslogtreecommitdiffstats
path: root/Demo/stdwin/jukebox.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-12-17 14:39:12 (GMT)
committerGuido van Rossum <guido@python.org>1993-12-17 14:39:12 (GMT)
commitd55f4d1a7665aaeeba85c64671350fe408bc5bb2 (patch)
treeefd6243b750e9ef6f840f04182489542e248aa50 /Demo/stdwin/jukebox.py
parent9e80d6f12512803532aed39a0335e6346b77abf4 (diff)
downloadcpython-d55f4d1a7665aaeeba85c64671350fe408bc5bb2.zip
cpython-d55f4d1a7665aaeeba85c64671350fe408bc5bb2.tar.gz
cpython-d55f4d1a7665aaeeba85c64671350fe408bc5bb2.tar.bz2
*** empty log message ***
Diffstat (limited to 'Demo/stdwin/jukebox.py')
-rwxr-xr-xDemo/stdwin/jukebox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/stdwin/jukebox.py b/Demo/stdwin/jukebox.py
index ff520db..bc43cb5 100755
--- a/Demo/stdwin/jukebox.py
+++ b/Demo/stdwin/jukebox.py
@@ -45,7 +45,7 @@ SFPLAY = '/usr/sbin/sfplay' # Sound playing program
# Global variables
-class struct(): pass # Class to define featureless structures
+class struct: pass # Class to define featureless structures
G = struct() # oHlds writable global variables