templater: add public interface returning a set of resource keys
The next patch depends on knownresourcekeys(), and there's no reason to
keep availableresourcekeys() private.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)