commit | d404569b97acd4f55e3f3d0b59c50ed357eb123c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Dec 30 16:02:10 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Dec 30 16:02:10 1991 +0000 |
tree | dc23ade57819a6fb189ccc97cbad802ad7ff44a0 | |
parent | 9b4e1b36f9a083424d7dd1afc54d46126120b3ea [diff] |
New class syntax
diff --git a/Lib/stdwin/TextEdit.py b/Lib/stdwin/TextEdit.py index 5473f2b..540692c 100755 --- a/Lib/stdwin/TextEdit.py +++ b/Lib/stdwin/TextEdit.py
@@ -5,7 +5,7 @@ from stdwinevents import * -class TextEdit(): +class TextEdit: # def create(self, (parent, (cols, rows))): parent.addchild(self)