cmonster
cmonster copied to clipboard
Allow include locators to return file objects
Include locators can be used to resolve #include directives. Currently include locators only may only return a file path. It would be neat if they could also return file(-like) objects, including StringIO's. This would allow for dynamically generated content for #include's.