Fixed an issue in the eric_doc script. 6_1_x

Sat, 09 Apr 2016 18:32:42 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 09 Apr 2016 18:32:42 +0200
branch
6_1_x
changeset 4931
a349883c8188
parent 4930
53c81938e911
child 4936
f68a61f6b5ca

Fixed an issue in the eric_doc script.

eric6_doc.py file | annotate | diff | comparison | revisions
diff -r 53c81938e911 -r a349883c8188 eric6_doc.py
--- a/eric6_doc.py	Sat Apr 09 16:34:05 2016 +0200
+++ b/eric6_doc.py	Sat Apr 09 18:32:42 2016 +0200
@@ -268,10 +268,6 @@
             qtHelpTitle == ""):
         usage()
     
-    if qtHelpCreation:
-        from PyQt5.QtCore import QCoreApplication
-        app = QCoreApplication(sys.argv)    # __IGNORE_WARNING__
-
     input = output = 0
     basename = ""
 

eric ide

mercurial