262
262
# This generator adds in the exercises as they are required. This is returned
263
263
def add_exercises(stream, ctx, req):
266
266
for kind, data, pos in stream:
267
267
if kind is genshi.core.START:
269
274
new_stream = ctx['exercises'][exid]['stream']