2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>

* various (294 files)
	pep8 doc fixes & pylint fixes

svn: r10103
This commit is contained in:
Raphael Ackermann
2008-02-24 13:55:55 +00:00
parent 2180fa02cb
commit c962d5e6e1
294 changed files with 2925 additions and 2571 deletions

View File

@@ -59,7 +59,7 @@ from ReportBase import (CATEGORY_QR_PERSON, CATEGORY_QR_FAMILY,
CATEGORY_QR_PLACE, CATEGORY_QR_REPOSITORY)
def create_quickreport_menu(category,dbstate,uistate,handle) :
def create_quickreport_menu(category,dbstate,uistate, handle) :
#import present version of the
from PluginUtils import quick_report_list
""" This functions querries the registered quick reports with
@@ -123,7 +123,7 @@ def run_quick_report_by_name(dbstate, uistate, report_name, handle):
if report:
run_report(dbstate, uistate, report[2], handle, report[0])
def run_report(dbstate, uistate, category,handle,func):
def run_report(dbstate, uistate, category, handle,func):
from docgen import TextBufDoc
from Simple import make_basic_stylesheet