in static/downloads/ezt.py [0:0]
def _cmd_include(self, (valref, reader, printer), fp, ctx, filename,
line_number):
fname = _get_value(valref, ctx, filename, line_number)
### note: we don't have the set of for_names to pass into this parse.
### I don't think there is anything to do but document it
self._execute(self._parse(reader.read_other(fname), base_printer=printer),
fp, ctx)