This commit is contained in:
Kovid Goyal 2020-12-10 18:27:57 +05:30
parent aee6c47f99
commit 7d3666c9e9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -83,9 +83,7 @@ itself, because it is pain, but because occasionally circumstances occur in
which toil and pain can procure him some great pleasure. To take a trivial which toil and pain can procure him some great pleasure. To take a trivial
example, which of. example, which of.
''' '''
self.text = 'one, two, three. one two three'
self.ssml, self.pos_map = add_markup(self.text) self.ssml, self.pos_map = add_markup(self.text)
print(1111, self.ssml)
self.current_mark = None self.current_mark = None
l.addWidget(la) l.addWidget(la)
self.bb = bb = QDialogButtonBox(self) self.bb = bb = QDialogButtonBox(self)