Show More
@@ -341,8 +341,6 b' class engine(object):' | |||||
341 | '''Perform expansion. t is name of map element to expand. |
|
341 | '''Perform expansion. t is name of map element to expand. | |
342 | mapping contains added elements for use during expansion. Is a |
|
342 | mapping contains added elements for use during expansion. Is a | |
343 | generator.''' |
|
343 | generator.''' | |
344 | return _flatten(func(self, mapping, data) for func, data in |
|
|||
345 | self._load(t)) |
|
|||
346 | return _flatten(runtemplate(self, mapping, self._load(t))) |
|
344 | return _flatten(runtemplate(self, mapping, self._load(t))) | |
347 |
|
345 | |||
348 | engines = {'default': engine} |
|
346 | engines = {'default': engine} |
General Comments 0
You need to be logged in to leave comments.
Login now