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" |