• Vincent Pelletier's avatar
    Rely on buildout serialisation. · 52aa3a62
    Vincent Pelletier authored
    No generic and readable serialisation mechanism protect us against the
    appearance of the following strings:
    - "${"
    - " ;"
    As those have a special meaning for buildout, they need to be escaped.
    So we must use a buildout-specific serialisation format taking care of
    those.
    52aa3a62
software.cfg 12.6 KB