diff -r 042ee5d22218 -r 7a523bd4b00d CodeTemplates/impl.py.tmpl --- a/CodeTemplates/impl.py.tmpl Sat Apr 09 15:07:34 2011 +0200 +++ b/CodeTemplates/impl.py.tmpl Sat Apr 09 15:20:53 2011 +0200 @@ -13,7 +13,7 @@ """ Class documentation goes here. """ - def __init__(self, parent = None): + def __init__(self, parent=None): """ Constructor