Corrected the import statement in the dialog code template.

Sun, 17 Jan 2010 18:36:52 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 17 Jan 2010 18:36:52 +0000
changeset 74
f0c0e4638a0f
parent 73
82ae64337481
child 75
035e71f2edcd

Corrected the import statement in the dialog code template.

CodeTemplates/impl.py.tmpl file | annotate | diff | comparison | revisions
--- a/CodeTemplates/impl.py.tmpl	Sun Jan 17 18:32:05 2010 +0000
+++ b/CodeTemplates/impl.py.tmpl	Sun Jan 17 18:36:52 2010 +0000
@@ -7,7 +7,7 @@
 from PyQt4.QtCore import pyqtSlot
 from PyQt4.QtGui import $SUPERCLASS$
 
-from Ui_$FORMFILE$ import Ui_$FORMCLASS$
+from .Ui_$FORMFILE$ import Ui_$FORMCLASS$
 
 class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$):
     """

eric ide

mercurial