durusmail: quixote-users: Re: DynamicExportingDirectory usage
DynamicExportingDirectory usage
2005-07-22
2005-07-23
Re: DynamicExportingDirectory usage
2005-07-25
2005-07-25
2005-07-25
Re: DynamicExportingDirectory usage
Roger E. Masse
2005-07-25
David Driver writes:
 > When you are using quixote.directory.directory _q_exports can point to
 > things that are not listed in the crumbs. Things like favicon.ico and
 > CSS.
 >
 > How do you get around that with the dynamic directory?

yield (component, name, None, None)

in your get_exports (assuming it's a generator function)
will export component at entry point name without a crumb.

    -Roger
reply