2007-06-03 Don Allingham <don@gramps-project.org>

* src/Simple/__init__.py: add



svn: r8531
This commit is contained in:
Don Allingham
2007-06-04 02:49:31 +00:00
parent a9791011c3
commit 2615728437
14 changed files with 1159 additions and 1046 deletions

View File

@@ -46,7 +46,7 @@ class UpdateCallback:
things during lenghty operations.
"""
def __init__(self,callback,interval=1):
def __init__(self, callback, interval=1):
"""
@param callback: a function with one arg to execute every so often
@type callback: function