2008/8/24 <[EMAIL PROTECTED]>: > > class ShoppingController(BaseController): > def __init__(self): > BaseController.main_panel = "Shopping" > ............. > ............. You're setting the property on the controller instance, not on c object.
-- Paweł Stradomski --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
