Show
Ignore:
Timestamp:
01/27/09 07:36:35 (18 months ago)
Author:
Ga?tan de Menten <ged@…>
Branch:
default
Message:

do not use the report repository in any example except a special purpose
example "demo_repository".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • examples/common.py

    r85 r112  
    1 import relatorio 
    2  
    31class Invoice(dict): 
    42 
     
    1210 
    1311 
    14 repos = relatorio.ReportRepository() 
    1512inv = Invoice(customer={'name': 'John Bonham', 
    1613                        'address': {'street': 'Smirnov street', 
     
    4239              bottle=(file('bouteille.png', 'r'), 'image/png')) 
    4340 
    44  
    45