Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11420


Ignore:
Timestamp:
Dec 30, 2013, 6:15:48 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11420 – Description

    initial v1  
    11Error logs are filled with the following:
    2 
     2{{{
    33    2013-12-29 22:20:30,315 Trac[loader] ERROR: Failed to load plugin from /etc/tra\
    44    c/plugins.d/!HelloWorld.py:
     
    1212        _description = cleandoc_(
    1313    !NameError: name 'cleandoc_' is not defined
     14}}}
    1415
    1516The problem seems to be solved by including
    16 
     17{{{#!python
    1718    from trac.util.translation import cleandoc_
    18 
     19}}}
    1920in !HelloWorld.py.