diff -r dac33c7fce07 -r e3642a6a1e71 eric7/eric7_configure.pyw --- a/eric7/eric7_configure.pyw Sat May 15 19:01:16 2021 +0200 +++ b/eric7/eric7_configure.pyw Sat May 15 20:08:03 2021 +0200 @@ -7,6 +7,6 @@ Module implementing the Windows entry point. """ -from eric6_configure import main +from eric7_configure import main main()