src/eric7/Plugins/PluginEricdoc.py

branch
eric7
changeset 10716
11cdcc824469
parent 10683
779cda568acb
child 10730
454f6ff4e1cd
equal deleted inserted replaced
10715:5e000d8fc96b 10716:11cdcc824469
20 FileSystemUtilities, 20 FileSystemUtilities,
21 OSUtilities, 21 OSUtilities,
22 PythonUtilities, 22 PythonUtilities,
23 QtUtilities, 23 QtUtilities,
24 ) 24 )
25 from eric7.UI import Info 25 from eric7.__version__ import VersionOnly
26 26
27 # Start-Of-Header 27 # Start-Of-Header
28 __header__ = { 28 __header__ = {
29 "name": "Ericdoc Plugin", 29 "name": "Ericdoc Plugin",
30 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", 30 "author": "Detlev Offenbach <detlev@die-offenbachs.de>",
31 "autoactivate": True, 31 "autoactivate": True,
32 "deactivateable": True, 32 "deactivateable": True,
33 "version": Info.VersionOnly, 33 "version": VersionOnly,
34 "className": "EricdocPlugin", 34 "className": "EricdocPlugin",
35 "packageName": "__core__", 35 "packageName": "__core__",
36 "shortDescription": "Show the Ericdoc dialogs.", 36 "shortDescription": "Show the Ericdoc dialogs.",
37 "longDescription": ( 37 "longDescription": (
38 """This plugin implements the Ericdoc dialogs.""" 38 """This plugin implements the Ericdoc dialogs."""

eric ide

mercurial