diff -r 45627d092846 -r 2e6a880670e9 Templates/TemplateHelpDialog.py --- a/Templates/TemplateHelpDialog.py Wed Nov 04 15:38:02 2015 +0100 +++ b/Templates/TemplateHelpDialog.py Wed Nov 04 16:25:25 2015 +0100 @@ -7,6 +7,8 @@ Module implementing a dialog to show some template help. """ +from __future__ import unicode_literals + from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QDialog