diff options
Diffstat (limited to 'Lib/lib-stdwin/CSplit.py')
-rw-r--r-- | Lib/lib-stdwin/CSplit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-stdwin/CSplit.py b/Lib/lib-stdwin/CSplit.py index a9d3556..5c57d90 100644 --- a/Lib/lib-stdwin/CSplit.py +++ b/Lib/lib-stdwin/CSplit.py @@ -7,7 +7,7 @@ from math import pi, sin, cos from Split import Split -class CSplit() = Split(): +class CSplit(Split): # def getminsize(self, (m, (width, height))): # Since things look best if the children are spaced evenly |