On Mon, Jun 22, 2009 at 9:39 AM, Gustavo Narea<[email protected]> wrote: > > Jorge said: >> you can not use functions if you keep the current >> >> allow_only = foo() >> >> but if you transform that into allow_only = autorrize(foo()) or >> something similar that objection is gone. > > It's the exact same thing: authorize() will receive a True or a False, and it > cannot do anything useful with it.
ahhh sorry I meant to say authorize(foo) for paramenters you can do authorize(foo,'var','var') > -- > Gustavo Narea <xri://=Gustavo>. > | Tech blog: =Gustavo/(+blog)/tech ~ About me: =Gustavo/about | > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

