Edgewall Software

Changes between Version 15 and Version 16 of WikiMacros


Ignore:
Timestamp:
Dec 26, 2005, 2:08:41 PM (18 years ago)
Author:
Christopher Lenz
Comment:

Updated sample code

Legend:

Unmodified
Added
Removed
Modified
  • WikiMacros

    v15 v16  
    4848#!python
    4949def execute(hdf, txt, env):
    50     return env.get_config('trac', 'repository_dir')
     50    return env.config.get('trac', 'repository_dir')
    5151}}}
    5252