Some cleanup of the tokenizer and tohtml classes

This commit is contained in:
Veronica K. B. Olsen
2020-05-10 14:44:44 +02:00
parent 33f4626aec
commit 2eaa707f4e
3 changed files with 80 additions and 42 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class TextFile():
self.theConv.setText(tHandle)
self.theConv.doAutoReplace()
self.theConv.tokenizeText()
self.theConv.doHeaders()
self.theConv.formatHeaders()
self.theConv.doConvert()
self.theConv.doPostProcessing()