On 2/16/06, Simon Belak <[EMAIL PROTECTED]> wrote: > big_widgets.py, line 130 and onward: > > def search(self, statename): > statename = statename.lower() > return dict(states= > filter(lambda item: statename in item.lower(), > self.states)) > search = expose(format="json")(search) > > Just a lonely expose.
Oops... missed that. I guess if we moved this widget description to a separate module, that would fix this. It's much more pleasant to have the widget descriptions right next to the widgets themselves, though. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

