templatekw: add compatlist() as a replacement for showlist()
Just like compatdict(), this is mostly a copy of showlist(). showchildren()
is ported to the new API as an example.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)