fix indentation

This commit is contained in:
Yannick Vaucher 2014-05-14 11:50:27 +02:00
parent 72ab3e81a5
commit e367a54640
1 changed files with 3 additions and 3 deletions

View File

@ -214,9 +214,9 @@ class WebKitParser(report_sxw):
return super(WebKitParser,self).create_single_pdf(cursor, uid, ids, data, report_xml, context=context)
parser_instance = self.parser(cursor,
uid,
self.name2,
context=context)
uid,
self.name2,
context=context)
self.pool = pooler.get_pool(cursor.dbname)
objs = self.getObjects(cursor, uid, ids, context)