PluginDocumentationSets.py

changeset 45
c9003fa77743
parent 41
10870f99f004
child 51
1e8779a0153d
--- a/PluginDocumentationSets.py	Thu May 28 18:16:43 2020 +0200
+++ b/PluginDocumentationSets.py	Wed Jun 24 18:55:40 2020 +0200
@@ -7,8 +7,6 @@
 Module implementing the QtHelp documentation provider plug-in.
 """
 
-from __future__ import unicode_literals
-
 import os
 import glob
 
@@ -19,7 +17,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.0.0"
+version = "2.0.0"
 className = "PluginDocumentationSets"
 packageName = "DocumentationSets"
 shortDescription = "Documentation sets in QtHelp format (*.qch)"
@@ -30,7 +28,6 @@
 )
 needsRestart = False
 pyqtApi = 2
-python2Compatible = True
 # End-Of-Header
 
 error = ""

eric ide

mercurial