diff -r 45627d092846 -r 2e6a880670e9 eric6_qregexp.pyw --- a/eric6_qregexp.pyw Wed Nov 04 15:38:02 2015 +0100 +++ b/eric6_qregexp.pyw Wed Nov 04 16:25:25 2015 +0100 @@ -7,6 +7,8 @@ Module implementing the Windows entry point. """ +from __future__ import unicode_literals + from eric6_qregexp import main main()