43:2bed42620c99 | 44:7d124a753853 |
---|---|
9 | 9 |
10 import re | 10 import re |
11 | 11 |
12 from PyQt6.QtCore import QObject | 12 from PyQt6.QtCore import QObject |
13 | 13 |
14 import Preferences | 14 from eric7 import Preferences |
15 | 15 |
16 | 16 |
17 class Html5Prettifier(QObject): | 17 class Html5Prettifier(QObject): |
18 """ | 18 """ |
19 Class implementing the HTML5 prettifier. | 19 Class implementing the HTML5 prettifier. |