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