--- 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.