On 2/2/06, Matthew Bevan <[EMAIL PROTECTED]> wrote: > Browsing through TG's code today I noticed the attachment points for TG > extensions seems to have been added (and well - startup and shutdown > notification was the piece of code I saw). > > My question is how can I make use of this? I have a rather large module split > off into an EGG package with it's own multi-level internal structure that > could benefit from not being a completely separate package, but being linked > into TG.
It depends on what you me by "linked into TG". For most people, there's no need to hook into startup and shutdown. Kevin

