• Jim Fulton's avatar
    When doing variable substitutions, you can omit the section name to · 37923d03
    Jim Fulton authored
    refer to a variable in the same section (e.g. ${:foo}).
    
    When doing variable substitution, you can use the special option,
    ``_buildout_section_name_`` to get the section name.  This is most handy
    for getting the current section name (e.g. ${:_buildout_section_name_}.
    37923d03
buildout.py 57.1 KB