26 |
26 |
27 from .HelpViewerImpl import HelpViewerImpl |
27 from .HelpViewerImpl import HelpViewerImpl |
28 |
28 |
29 AboutBlank = QCoreApplication.translate( |
29 AboutBlank = QCoreApplication.translate( |
30 "HelpViewer", |
30 "HelpViewer", |
31 "<html>" "<head><title>about:blank</title></head>" "<body></body>" "</html>", |
31 "<html><head><title>about:blank</title></head><body></body></html>", |
32 ) |
32 ) |
33 |
33 |
34 PageNotFound = QCoreApplication.translate( |
34 PageNotFound = QCoreApplication.translate( |
35 "HelpViewer", |
35 "HelpViewer", |
36 """<html>""" |
36 """<html>""" |