Show
Ignore:
Timestamp:
08/20/08 16:41:47 (19 months ago)
Author:
Nicolas ?vrard <nicoe@…>
Branch:
default
Message:

Added feature to use image report in odf report
Made the demo_*py files importable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • relatorio/reporting.py

    r54 r58  
    120120 
    121121    def __call__(self, obj, **kwargs): 
    122         data = {} 
     122        data = kwargs.copy() 
    123123        data['o'] = obj 
    124         data['args'] = kwargs 
    125124        return data 
    126125