element.py: Fix sources() generator to be a generator.

Instead of a function which returns a generator, yield directly
from the ElementSources delegated generator.
1 file changed