Florent Aide schrieb: >> in model.py. In this case, importing * makes some sense. This had been >> changed recently for sqlalchemy, but with a very arbitrary list, so I >> changed this back to import * from sqlalchemy. I am not against > > Run! Run! I'll try to protect you from the mob as long as I can :-)
They may not start before you blow that whistle! :-) Honestly, I think it is not so bad here, if we declare __all_ as the names of all defined classes in model.py, because the controller.py template does a "from model import *" (ouch, I said it again!). -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
