Changeset 20


Ignore:
Timestamp:
Nov 24, 2005, 3:02:50 AM (18 years ago)
Author:
simon
Message:

Change env.get_config to env.config.get. Fixes #9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tracxmlrender/trunk/docbook.py

    r19 r20  
    33
    44def execute(hdf, text, env):
    5     stylesheet = env.get_config('docbook', 'stylesheet')
     5    stylesheet = env.config.get('docbook', 'stylesheet')
    66    if not stylesheet:
    77        raise trac.util.TracError('DocBook stylesheet not configured.')
Note: See TracChangeset for help on using the changeset viewer.