2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
* various (294 files) pep8 doc fixes & pylint fixes svn: r10103
This commit is contained in:
@@ -173,8 +173,8 @@ class OwnerEditor(Tool.Tool, ManagedWindow.ManagedWindow):
|
||||
#-------------------------------------------------------------------------
|
||||
class OwnerEditorOptions(Tool.ToolOptions):
|
||||
"""Defines options and provides handling interface."""
|
||||
def __init__(self,name,person_id=None):
|
||||
Tool.ToolOptions.__init__(self,name,person_id)
|
||||
def __init__(self, name,person_id=None):
|
||||
Tool.ToolOptions.__init__(self, name,person_id)
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user