On Tuesday 08 July 2008 21:51:49 [EMAIL PROTECTED] wrote: > Yeah...I believe you. > > But I still can't get it to work. > > And this seems to. :) > > I'd rather spend my time modifying python code, then trying to debug > apache.
That's up to you. Anyway, if I were you, I'd never edit the code in TG for doing that. I would either create a new version of redirect inside the project -- or as a module -- or (better yet) I would monkey patch TG's code. If you edit TG's code you will have to remember doing that on every installation and every update. If you monkey patch then it is all in your code and whenever you install it, it will simply work. This is the recommended approach for any Python project. -- Jorge Godoy <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part.

