--- a/eric7/PluginManager/PluginManager.py Fri May 21 20:14:48 2021 +0200 +++ b/eric7/PluginManager/PluginManager.py Sat May 22 11:14:43 2021 +0200 @@ -1305,7 +1305,7 @@ url = Preferences.getUI("PluginRepositoryUrl7") # read the repository file - from E5XML.PluginRepositoryReader import PluginRepositoryReader + from EricXML.PluginRepositoryReader import PluginRepositoryReader reader = PluginRepositoryReader(f, self.checkPluginEntry) reader.readXML() if url != Preferences.getUI("PluginRepositoryUrl7"):