diff -r 9552b5e16a07 -r 8a7d1b9d18db Templates/TemplateViewer.py --- a/Templates/TemplateViewer.py Sat Jun 04 11:53:15 2011 +0200 +++ b/Templates/TemplateViewer.py Sun Jun 05 18:25:36 2011 +0200 @@ -11,8 +11,8 @@ import os import re -from PyQt4.QtCore import * -from PyQt4.QtGui import * +from PyQt4.QtCore import QFile, QFileInfo, QIODevice, Qt +from PyQt4.QtGui import QTreeWidget, QDialog, QApplication, QMenu, QTreeWidgetItem from E5Gui.E5Application import e5App from E5Gui import E5MessageBox, E5FileDialog