diff -r 625adb3ccc63 -r 06393b5f5330 CodeTemplates/impl.py.tmpl --- a/CodeTemplates/impl.py.tmpl Sun May 01 15:24:50 2011 +0200 +++ b/CodeTemplates/impl.py.tmpl Sun May 01 19:01:24 2011 +0200 @@ -9,6 +9,7 @@ from .Ui_$FORMFILE$ import Ui_$FORMCLASS$ + class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$): """ Class documentation goes here.