I was wondering if anyone knows of any resources about building a custom importer.
I've found this: http://www.doughellmann.com/PyMOTW/sys/imports.html.
I am also aware of PEP 302 and PEP 369 and imp and importlib.
Are there any other resources I might need?