diff -r 6e73d31af3af -r 191c2289593e WebBrowser/WebBrowserPage.py --- a/WebBrowser/WebBrowserPage.py Mon Sep 10 18:15:10 2018 +0200 +++ b/WebBrowser/WebBrowserPage.py Fri Sep 14 18:55:53 2018 +0200 @@ -8,7 +8,7 @@ Module implementing the helpbrowser using QWebView. """ -from __future__ import unicode_literals +from __future__ import unicode_literals, print_function try: str = unicode # __IGNORE_EXCEPTION__ except NameError: