PNMPainter

Hi,

a while ago i was browsing through the Panda3D source code, and i noticed in the pnmimage directory the class PNMPainter; i looked at it and it looks very useful. Though, for some reason, it has no python interface? At least, it isn’t in the API. Or has it a different name in Python? And if it hasn’t any interface, why not? It seems a really useful class.

EDIT: the weird thing is: I can import the class from python, but it’s not in the API reference…
pydoc reads it, though

(sidenote: am about to write manual page)