QScintilla/Exporters/ExporterHTML.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 3670
f0cb7579c0b4
--- a/QScintilla/Exporters/ExporterHTML.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/QScintilla/Exporters/ExporterHTML.py	Sun Jun 29 20:13:56 2014 +0200
@@ -14,9 +14,10 @@
 
 import os
 
-from PyQt4.QtCore import Qt
-from PyQt4.QtGui import QCursor, QFontInfo, QApplication
-from PyQt4.Qsci import QsciScintilla
+from PyQt5.QtCore import Qt
+from PyQt5.QtGui import QCursor, QFontInfo
+from PyQt5.QtWidgets import QApplication
+from PyQt5.Qsci import QsciScintilla
 
 from E5Gui import E5MessageBox
 

eric ide

mercurial