diff options
author | Guido van Rossum <guido@python.org> | 1993-12-17 14:39:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-17 14:39:12 (GMT) |
commit | d55f4d1a7665aaeeba85c64671350fe408bc5bb2 (patch) | |
tree | efd6243b750e9ef6f840f04182489542e248aa50 /Demo/stdwin/jukebox.py | |
parent | 9e80d6f12512803532aed39a0335e6346b77abf4 (diff) | |
download | cpython-d55f4d1a7665aaeeba85c64671350fe408bc5bb2.zip cpython-d55f4d1a7665aaeeba85c64671350fe408bc5bb2.tar.gz cpython-d55f4d1a7665aaeeba85c64671350fe408bc5bb2.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Demo/stdwin/jukebox.py')
-rwxr-xr-x | Demo/stdwin/jukebox.py | 2 |
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 |