diff -r 9552b5e16a07 -r 8a7d1b9d18db QScintilla/Exporters/ExporterPDF.py --- a/QScintilla/Exporters/ExporterPDF.py Sat Jun 04 11:53:15 2011 +0200 +++ b/QScintilla/Exporters/ExporterPDF.py Sun Jun 05 18:25:36 2011 +0200 @@ -10,9 +10,8 @@ # This code is a port of the C++ code found in SciTE 1.74 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> - -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