eric7/PluginManager/PluginManager.py

branch
eric7
changeset 8351
7d13e08ddb3f
parent 8322
b422b4e77d19
child 8354
12ebd3934fef
--- 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"):

eric ide

mercurial