diff -r ac84ac3c0f05 -r f0cb7579c0b4 eric6_qregexp.pyw --- a/eric6_qregexp.pyw Sat Jul 05 11:41:14 2014 +0200 +++ b/eric6_qregexp.pyw Sat Jul 05 12:13:23 2014 +0200 @@ -7,6 +7,6 @@ Module implementing the Windows entry point. """ -from eric5_qregexp import main +from eric6_qregexp import main main()