QScintilla/Exporters/ExporterHTML.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
--- a/QScintilla/Exporters/ExporterHTML.py	Sat Jun 04 11:53:15 2011 +0200
+++ b/QScintilla/Exporters/ExporterHTML.py	Sun Jun 05 18:25:36 2011 +0200
@@ -12,8 +12,8 @@
 
 import os
 
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
+from PyQt4.QtCore import Qt
+from PyQt4.QtGui import QCursor, QFontInfo, QApplication
 from PyQt4.Qsci import QsciScintilla
 
 from E5Gui import E5MessageBox
@@ -245,7 +245,7 @@
                     html += ''' ''' * ts
                     column += ts
                 else:
-                    if tabs:
+                    if useTabs:
                         html += '\t'
                         column += 1
                     else:

eric ide

mercurial