Templates/TemplateViewer.py

changeset 55
b5c84934de9c
parent 53
c3eb7cc1ff8b
child 97
c4086afea02b
diff -r 31463df17fd5 -r b5c84934de9c Templates/TemplateViewer.py
--- a/Templates/TemplateViewer.py	Tue Jan 12 18:39:15 2010 +0000
+++ b/Templates/TemplateViewer.py	Wed Jan 13 18:53:58 2010 +0000
@@ -16,7 +16,7 @@
 from PyQt4.QtCore import *
 from PyQt4.QtGui import *
 
-from E4Gui.E4Application import e5App
+from E5Gui.E5Application import e5App
 
 from .TemplatePropertiesDialog import TemplatePropertiesDialog
 from .TemplateMultipleVariablesDialog import TemplateMultipleVariablesDialog
@@ -33,7 +33,7 @@
 import UI.PixmapCache
 import Utilities
 
-from E4Gui.E4Application import e5App
+from E5Gui.E5Application import e5App
 
 class TemplateGroup(QTreeWidgetItem):
     """

eric ide

mercurial