=== Problem === I get lost when I was looking for functions that templates use and that are in wikiutil.py. === Solution === The best solution is to split wikiutil in modules. ==== Problems in my patch ==== {{{#!highlight python from foo import * }}} is not so elegant. EugeneSyromyatnikov propused something like http://dev.pocoo.org/projects/werkzeug/browser/werkzeug/__init__.py === Patch === [[attachment:wikiutil.patch]]