diff options
author | Guido van Rossum <guido@python.org> | 1990-12-26 15:34:34 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1990-12-26 15:34:34 (GMT) |
commit | ee11583f0009308c67f2e9aeff79348929d07c7a (patch) | |
tree | c45f9397583f0a20b958cc8d5cceb6f6884a44b7 /Lib/lib-stdwin | |
parent | a1ec5fea86fcbe371f26e7a2704645dcc779e6ee (diff) | |
download | cpython-ee11583f0009308c67f2e9aeff79348929d07c7a.zip cpython-ee11583f0009308c67f2e9aeff79348929d07c7a.tar.gz cpython-ee11583f0009308c67f2e9aeff79348929d07c7a.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Lib/lib-stdwin')
-rw-r--r-- | Lib/lib-stdwin/VUMeter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-stdwin/VUMeter.py b/Lib/lib-stdwin/VUMeter.py index 59fc36f..31fe155 100644 --- a/Lib/lib-stdwin/VUMeter.py +++ b/Lib/lib-stdwin/VUMeter.py @@ -1,4 +1,4 @@ -# Module VUMeter +# Module 'VUMeter' import audio from StripChart import StripChart |