Do not override builtin functions in options files
I noticed that in example-tupling-AllFunctors.py
the dictionary used to store functors is called vars
and thus in turn is overwriting the python builtin vars()
function.
Edited by Christoph Hasse