Corrected the dialog code template to adhere to PEP 8.

Sat, 09 Apr 2011 15:20:53 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 09 Apr 2011 15:20:53 +0200
changeset 977
7a523bd4b00d
parent 975
042ee5d22218
child 978
11f8adbcac97

Corrected the dialog code template to adhere to PEP 8.

CodeTemplates/impl.py.tmpl file | annotate | diff | comparison | revisions
--- 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
         

eric ide

mercurial