eric7/PluginManager/PluginRepositoryDialog.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
diff -r dac33c7fce07 -r e3642a6a1e71 eric7/PluginManager/PluginRepositoryDialog.py
--- a/eric7/PluginManager/PluginRepositoryDialog.py	Sat May 15 19:01:16 2021 +0200
+++ b/eric7/PluginManager/PluginRepositoryDialog.py	Sat May 15 20:08:03 2021 +0200
@@ -44,7 +44,7 @@
 
 import UI.PixmapCache
 
-from eric6config import getConfig
+from eric7config import getConfig
 
 
 class PluginRepositoryWidget(QWidget, Ui_PluginRepositoryDialog):
@@ -851,7 +851,7 @@
         Private slot to start the eric plugin installation dialog.
         """
         proc = QProcess()
-        applPath = os.path.join(getConfig("ericDir"), "eric6_plugininstall.py")
+        applPath = os.path.join(getConfig("ericDir"), "eric7_plugininstall.py")
         
         args = []
         args.append(applPath)

eric ide

mercurial