eric7/Plugins/PluginWizardEricPlugin.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8367
907860ca00d6
equal deleted inserted replaced
8357:a081458cc57b 8358:144a6b854f70
10 import os 10 import os
11 11
12 from PyQt6.QtCore import QObject 12 from PyQt6.QtCore import QObject
13 from PyQt6.QtWidgets import QDialog 13 from PyQt6.QtWidgets import QDialog
14 14
15 from E5Gui.EricApplication import ericApp 15 from EricWidgets.EricApplication import ericApp
16 from E5Gui.EricAction import EricAction 16 from EricGui.EricAction import EricAction
17 from E5Gui import EricMessageBox 17 from EricWidgets import EricMessageBox
18 18
19 import UI.Info 19 import UI.Info
20 20
21 # Start-of-Header 21 # Start-of-Header
22 name = "eric plug-in Wizard Plug-in" 22 name = "eric plug-in Wizard Plug-in"

eric ide

mercurial