Show
Ignore:
Timestamp:
03/08/10 22:17:24 (6 months ago)
Author:
erikj
Message:

add some docstring generation code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/camelot/view/field_attributes.py

    r1175 r1179  
    3434from controls import delegates 
    3535from camelot.core import constants 
    36 from camelot.core.utils import ugettext as _ 
    3736from camelot.view.utils import ( 
    3837    bool_from_string, 
     
    279278    row = row_format%(field_type.__name__, delegate.__name__, '.. image:: ../_static/editors/%s_editable.png'%(delegate.editor.__name__)) 
    280279    doc += row + """ 
    281   """ + row_separator + """ 
    282   """ 
     280""" + row_separator + """ 
     281""" 
    283282 
    284283doc += """