commit | ce08448165249b8be2181f231178db52504e2b01 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Dec 26 13:06:29 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Dec 26 13:06:29 1991 +0000 |
tree | 65e19b98f946c41b91c720f84ceb5a901fa44ea7 | |
parent | decc4b99e136000e4f03df676ff672c0eccafd3c [diff] [blame] |
New class syntax.
diff --git a/Lib/stdwin/StripChart.py b/Lib/stdwin/StripChart.py index 67d7de1..d58f835 100755 --- a/Lib/stdwin/StripChart.py +++ b/Lib/stdwin/StripChart.py
@@ -6,7 +6,7 @@ # A StripChart doesn't really look like a label but it needs a base class. # LabelAppearance allows it to be disabled and hilited. -class StripChart() = LabelAppearance(), NoReactivity(): +class StripChart(LabelAppearance, NoReactivity): # def define(self, (parent, scale)): self.parent = parent