Changeset 4103

Show
Ignore:
Timestamp:
08/01/08 07:24:10 (4 months ago)
Author:
athomas
Message:

Applied patch from dietmarw. Thanks! Fixes #3487.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pollmacro/0.11/tracpoll/tracpoll.py

    r4092 r4103  
    122122                      'Path where poll pickle dumps should be stored.') 
    123123 
    124     def render_macro(self, req, name, content): 
     124    def expand_macro(self, formatter, name, content): 
     125        req = formatter.req 
    125126        content = filter(None, [i.strip() for i in 
    126127                                content.replace(';', '\n').split('\n')])