PluginCxFreeze.py

branch
eric7
changeset 140
9e20ee9c7ca2
parent 139
4df5e67b084b
child 142
9ceff8a10455
equal deleted inserted replaced
139:4df5e67b084b 140:9e20ee9c7ca2
11 import platform 11 import platform
12 12
13 from PyQt6.QtCore import QObject, QTranslator, QCoreApplication, QProcess 13 from PyQt6.QtCore import QObject, QTranslator, QCoreApplication, QProcess
14 from PyQt6.QtWidgets import QDialog 14 from PyQt6.QtWidgets import QDialog
15 15
16 from EricWidgets import EricMessageBox 16 from eric7 import Utilities
17 from EricGui.EricAction import EricAction 17 from eric7.EricGui.EricAction import EricAction
18 from EricWidgets.EricApplication import ericApp 18 from eric7.EricWidgets import EricMessageBox
19 19 from eric7.EricWidgets.EricApplication import ericApp
20 import Utilities
21 20
22 # Start-of-Header 21 # Start-of-Header
23 name = "CxFreeze Plugin" 22 name = "CxFreeze Plugin"
24 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 23 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
25 autoactivate = True 24 autoactivate = True
26 deactivateable = True 25 deactivateable = True
27 version = "10.0.0" 26 version = "10.1.0"
28 className = "CxFreezePlugin" 27 className = "CxFreezePlugin"
29 packageName = "CxFreeze" 28 packageName = "CxFreeze"
30 shortDescription = "Show the CxFreeze dialogs." 29 shortDescription = "Show the CxFreeze dialogs."
31 longDescription = ( 30 longDescription = (
32 """This plugin implements the CxFreeze dialogs.""" 31 """This plugin implements the CxFreeze dialogs."""

eric ide

mercurial