summaryrefslogtreecommitdiff
path: root/Lib/stdwin/VUMeter.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-12-26 13:06:29 +0000
committerGuido van Rossum <guido@python.org>1991-12-26 13:06:29 +0000
commitce08448165249b8be2181f231178db52504e2b01 (patch)
tree65e19b98f946c41b91c720f84ceb5a901fa44ea7 /Lib/stdwin/VUMeter.py
parentdecc4b99e136000e4f03df676ff672c0eccafd3c (diff)
downloadcpython-git-ce08448165249b8be2181f231178db52504e2b01.tar.gz
New class syntax.
Diffstat (limited to 'Lib/stdwin/VUMeter.py')
-rwxr-xr-xLib/stdwin/VUMeter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/stdwin/VUMeter.py b/Lib/stdwin/VUMeter.py
index 31fe1559cc..ed9a4738c1 100755
--- a/Lib/stdwin/VUMeter.py
+++ b/Lib/stdwin/VUMeter.py
@@ -6,7 +6,7 @@ from StripChart import StripChart
K = 1024
Rates = [0, 32*K, 16*K, 8*K]
-class VUMeter() = StripChart():
+class VUMeter(StripChart):
#
# Override define() and timer() methods
#