Commit 2839d6fd authored by Vincent Pelletier's avatar Vincent Pelletier

Word-wrap.

Noticed by Timothée Lacroix <timothee.lacroix@tiolive.com>
parent 4c53ad89
......@@ -57,7 +57,8 @@ EXPRESSION_HANDLER = {
'json': (lambda expression, _, __, ___: json.loads(expression)),
'jsonkey': getJsonKey,
'import': (lambda expression, _, __, ___: __import__(expression)),
'section': (lambda expression, buildout, _, __: dict(buildout[expression])),
'section': (lambda expression, buildout, _, __: dict(
buildout[expression])),
}
class Recipe(object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment