Re-gegernated with the new gensuitemodule.

This commit is contained in:
Jack Jansen 2003-06-13 14:31:19 +00:00
parent c8882b10c4
commit 8475d0256a
38 changed files with 971 additions and 5389 deletions

View file

@ -46,6 +46,7 @@ class _Prop_selected_text(aetools.NProperty):
"""selected text - the selected text """
which = 'stxt'
want = 'TEXT'
selected_text = _Prop_selected_text()
application._superclassnames = []
application._privpropdict = {
'selected_text' : _Prop_selected_text,